You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert JSONGuild's publicUpdatesChannel & widgetChannel into an ID only variant
Make JSONGuild#widgetChannelID not optional
Convert emojis into a parsed variant
Convert Integration#roleID from optional to nullable
Refactor inviteCreate & inviteDelete events
Convert JSONStageInstance#scheduledEvent into scheduledEventID
Add privacyLevel to JSONStageInstance
Fix threadUpdate event nullability
Fix threadMemberUpdate event description (this event is only associated with the client)
Add guild in uncached threadMemberUpdate & threadMembersUpdate
Proper uncached thread members (the uncached thread member's id property is now the thread id, the user id is userID. This matches the behavior of regular thread members)
Add getWebhooks method to AnnouncementChannel, ForumChannel, TextChannel, VoiceChannel & Guild