Skip to content

Commit

Permalink
docs: fix duplicate typedefs (#8677)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
MrMythicalYT and kodiakhq[bot] committed Sep 25, 2022
1 parent 822b7f2 commit d79aa2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/discord.js/src/managers/GuildForumThreadManager.js
Expand Up @@ -17,15 +17,15 @@ 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
*/

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

Expand Down

0 comments on commit d79aa2d

Please sign in to comment.