v0.18.10 - Recurrence rules, new endpoints and more
What's Changed
- Add
ScheduledEventRecurrenceRule
by @sebm253 in 8f3c66b - Add get voice state endpoints by @sebm253 in #375
- Add get sticker pack endpoint by @sebm253 in #376
- Add
ApproximateUserInstallCount
toApplication
by @sebm253 in 6326854 - Add
EmbedTypeAutoModerationMessage
by @sebm253 in b06f2e7 - Add missing fields to
GetGuildInvites
&GetChannelInvites
by @topi314 f24ca9a - Add missing fields to
EventInviteCreate
by @topi314 in 0f6d90b - Fixed broken
AuditLogChange
struct by @topi314 & @myrkvi in #378
Breaking Changes
GetGuildInvites
&GetChannelInvites
now returndiscord.ExtendedInvite
discord.Invite.ChannelID
has been removed, useInvite.Channel.ID
insteaddiscord.AuditLogChange
has a completely new structure
New Contributors
Full Changelog: v0.18.9...v0.18.10