Bug Fixes
- MessageMentions:
ignoreRepliedUser
option inhas()
(#8202) (b4e2c0c) - GuildChannelManager: Allow unsetting rtcRegion (#8359) (a7d49e5)
- ThreadChannel: Omit webhook fetching (#8351) (3839958)
- GuildAuditLogsEntry: Replace OverwriteType with AuditLogOptionsType (#8345) (58c1b51)
- ShardClientUtil#_respond: Construct global error (#8348) (8e520f9)
- Presence: Do not return NaN for activity timestamp (#8340) (df42fdf)
- Client: Omit private properties from toJSON (#8337) (830c670)
- ApplicationCommandManager: Allow passing 0n to defaultMemberPermissions (#8311) (1fb7b30)
Documentation
- InteractionResponses: Add
showModal()
return type (#8376) (0b61dbf) - WebhookClient: Document working options (#8375) (ba6797e)
- Message: Document gateway intent for content (#8364) (2130aae)
- Use info blocks for requirements (#8361) (80b9738)
- WebhookClient: Make constructor a union (#8370) (e9920a9)
- Update docs and examples to PascalCase links (#8305) (34ba9d1)
Features
- Add channel & message URL formatters (#8371) (a7deb8f)
- Restore missing typeguards (#8328) (77ed407)
- GuildMember: Add dmChannel getter (#8281) (4fc2c60)
Refactor
- Deprecate
Formatter
class (#8373) (7fd9ed8) - PermissionOverwriteManager: Use
OverwriteType
(#8374) (6d24805)