Skip to content

0.22.0

Compare
Choose a tag to compare
@vladfrangu vladfrangu released this 31 Jul 21:52
· 648 commits to main since this release
5723cc0

0.22.0 (2021-07-31)

Bug Fixes

  • Gateway: thread list sync now sends an array as documented (#174) (a93235c)
  • MessageComponent: correct type for emoji (#176) (b75b05f)

chore

  • ApplicationCommandOptionType: casing changes for subcommands (#175) (f93b6be)

Features

BREAKING CHANGES

  • ApplicationCommandOptionType: This renames SubCommand to Subcommand, and SubCommandGroup to SubcommandGroup
  • Routes#channelJoinedArchivedThreads is now spelled right (from Routes#channelJoinedArhivedThreads)
  • Gateway: GatewayThreadListSync#members is now an array of APIThreadMember instead of a Record of GatewayThreadListSyncMember