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

This commit is contained in:
Jiralite
2022-12-16 18:20:11 +01:00
committed by GitHub
parent 83eafb6146
commit dd62be077d
@@ -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
*/