0.23.0 (2021-09-07)
Bug Fixes
- AuditLog: correct
nickname
type (#189) (64937e2) - Embed: correct certain optional types as being required (#192) (e628f0f)
- import causing error 404 on deno (#178) (8fcd0f2)
chore
Features
- APIApplicationCommand: add
version
field (#193) (ecbed18) - APIUser: add
banner
andaccent_color
(#183) (b07b903) - Interactions: context menu items (#166) (fdc1c1a)
- JSONErrorCodes: add
160002
(#190) (8b49887) - MessageType: add ContextMenuCommand and rename ApplicationCommand to ChatInputCommand (#180) (0024823)
- Threads: add
invitable
(#185) (b6babf2)
BREAKING CHANGES
- Gateway: The three Application Command events have been removed
- Embed:
APIEmbedAuthor#name
is required, not optionalAPIEmbedThumbnail#url
is required, not optionalAPIEmbedImage#url
is required, not optional