Skip to content

1.1.1

Choose a tag to compare

@DonovanDMC DonovanDMC released this 27 Sep 19:15
· 657 commits to dev since this release
357cba3
  • Add Member#displayName
  • Add getCompleteChannel function to InteractionOptionsWrapper
  • Fix an export error in our esm file
  • Add the list of JSON Error Codes as a constant
  • Channels#getVoiceRegions moved to Miscellaneous#getVoiceRegions
  • Added support for sticker related endpoints
  • Convert Guild#stickers into a parsed variant
  • Make several uncached objects better (adding channel/ID & guild/ID properties, etc)
  • Add VoiceChannel#userLimit
  • Add ForumChannel to channelUpdate event
  • Make defaultSortOrder nullable
  • Fix withCounts typing on Guilds#get (#19)
  • Add guild to guildRoleDelete event
  • 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
  • Update Dependencies
  • Exclude more files from npm