feat: v13 support SUPPRESS_NOTIFICATIONS flag (#9184)

feat: add suppress notifications flag
This commit is contained in:
Jaworek
2023-03-03 18:54:54 +01:00
committed by GitHub
parent 9f7d1f3be5
commit 120270e8dc
4 changed files with 9 additions and 4 deletions

View File

@@ -19,7 +19,8 @@ class GuildForumThreadManager extends ThreadManager {
/**
* @typedef {BaseMessageOptions} GuildForumThreadMessageCreateOptions
* @property {StickerResolvable} [stickers] The stickers to send with the message
* @property {BitFieldResolvable} [flags] The flags to send with the message
* @property {BitFieldResolvable} [flags] The flags to send with the message.
* Only `SUPPRESS_EMBEDS` and `SUPPRESS_NOTIFICATIONS` can be set.
*/
/**