docs(GuildForumThreadManager): Fix sticker type (#8940)

This commit is contained in:
Jiralite
2022-12-16 17:20:11 +00:00
committed by GitHub
parent 83eafb6146
commit dd62be077d

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
*/