Bug Fixes
- MessageMentions: Add
InGuild
generic (#8828) (f982803) - Activity: Fix equals() not checking for differing emoji (#8841) (7e06f68)
- Fixed react/astro/guide/discord.js build, updated dependencies, fix crawlvatar (#8861) (d0c8256)
- escapeMarkdown: Fix double escaping (#8798) (d6873b7)
- Transfomers: Call
.toJSON
intoSnakeCase
(#8790) (017f9b1) - Censor token in debug output (#8764) (53d8e87)
- Pin @types/node version (9d8179c)
Documentation
- Describe InteractionEditReplyOptions (#8840) (cb77fd0)
- AutoModerationRuleManager: Describe cache (#8848) (d275480)
- Fix message action row components (#8819) (65bc0ad)
- Specify
ActionRowBuilder
forcomponents
(#8834) (8ed5c1b) - Add
@extends
for select menu classes (#8824) (09f65b7) - Make WebSocketShard.lastPingTimestamp public (#8768) (68c9cb3)
- MessageReplyOptions: Remove duplicate stickers field (#8766) (6e348ff)
Features
- Webhook: Add
channel
property (#8812) (decbce4) - Auto Moderation (#7938) (fd4ba5e)
- SelectMenuInteractions: Add
values
property (#8805) (b2fabd1) - ThreadChannel: Add a helper for pin and unpin (#8786) (e74aa7f)
- Add
Message#bulkDeletable
(#8760) (ff85481) - New select menus (#8793) (5152abf)
- InteractionResponses: Add message parameter (#8773) (8b400ca)
- Support resume urls (#8784) (88cd9d9)
- Allow deletion of ephemeral messages (#8774) (fc10774)
- GuildChannelManager: Add
.addFollower()
method (#8567) (caeb1cb)