docs: fix duplicate typedefs (#8677)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
MrMythicalYT
2022-09-25 07:46:10 -04:00
committed by GitHub
parent 822b7f234a
commit d79aa2d0d0

View File

@@ -17,7 +17,7 @@ class GuildForumThreadManager extends ThreadManager {
*/
/**
* @typedef {BaseMessageOptions} GuildForumThreadCreateOptions
* @typedef {BaseMessageOptions} GuildForumThreadMessageCreateOptions
* @property {stickers} [stickers] The stickers to send with the message
* @property {BitFieldResolvable} [flags] The flags to send with the message
*/
@@ -25,7 +25,7 @@ class GuildForumThreadManager extends ThreadManager {
/**
* Options for creating a thread.
* @typedef {StartThreadOptions} GuildForumThreadCreateOptions
* @property {GuildForumThreadCreateOptions|MessagePayload} message The message associated with the thread post
* @property {GuildForumThreadMessageCreateOptions|MessagePayload} message The message associated with the thread post
* @property {Snowflake[]} [appliedTags] The tags to apply to the thread
*/