feat: guild forum support

fix
This commit is contained in:
March 7th 2022-12-18 13:18:42 +07:00
parent e80e4f4843
commit ec0db1aacb

View File

@ -18,7 +18,7 @@ class GuildForumThreadManager extends ThreadManager {
/**
* @typedef {BaseMessageOptions} GuildForumThreadMessageCreateOptions
* @property {stickers} [stickers] The stickers to send with the message
* @property {StickerResolvable} [stickers] The stickers to send with the message
* @property {BitFieldResolvable} [flags] The flags to send with the message
*/