Bug Fixes
- Correct applied tags type (#8641) (f6f15d8)
- ThreadChannel: Make
fetchStarterMessage()
work in forum posts (#8638) (a7f816e) - Update
messageCount
/totalMessageSent
on message events (#8635) (145eb2f) - Footer / sidebar / deprecation alert (ba3e0ed)
Documentation
- Correctly overwrite
setRTCRegion
method (#8642) (f049734) - GuildTextThreadManager: Document correct
@extend
(#8639) (802b239) - Fix regexps incorrectly being called global (#8624) (fc9653f)
- Update misleading
Client#guildMemberAvailable
event description (#8626) (22ac6b4) - Options: Update DefaultMakeCacheSettings (#8585) (3252332)
- Change name (#8604) (dd5a089)
Features
- Widget: Allow forum channels (#8645) (b106956)
- WelcomeChannel: Add forum channel as a type (#8643) (6f1f465)
- Allow forum channels in webhook update event (#8646) (5048a3d)
- Add support for guild forums (#7791) (8a8d519)
- GuildBanManager#create: Add
deleteMessageSeconds
(#8326) (03fb5b0) - Add typeguard to BaseInteraction#isRepliable (#8565) (55c3ee2)
- Integration: Add
scopes
(#8483) (8b3d006) - Add
chatInputApplicationCommandMention
formatter (#8546) (d08a57c)
Refactor
- Replace usage of deprecated
ChannelType
s (#8625) (669c3cd) - Split message send/edit types/documentation (#8590) (8e1afae)
- Website components (#8600) (c334157)
Typings
- Narrow channel type in thread managers (#8640) (14bbc91)
- interactions: Pass
Cached
type to return type of methods (#8619) (053da5b) - Ensure events possess
Client<true>
(#8612) (a9f003a) - GuildChannelManager: Correct
fetch
return type (#8549) (1d4cdee) - ThreadChannel:
fetchStarterMessage
must return aMessage<true>
(#8560) (b9c62ac) - webhook: Avatar can be null (#8541) (f77612a)