Skip to content

Commit

Permalink
docs(ThreadEditOptions): Move info tag back to invitable (#9020)
Browse files Browse the repository at this point in the history
docs(ThreadEditOptions): move info tag to correct property
  • Loading branch information
Jiralite committed Jan 10, 2023
1 parent ecb4281 commit f3fe3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/discord.js/src/structures/ThreadChannel.js
Expand Up @@ -324,10 +324,10 @@ class ThreadChannel extends BaseChannel {
* @property {number} [rateLimitPerUser] The rate limit per user (slowmode) for the thread in seconds
* @property {boolean} [locked] Whether the thread is locked
* @property {boolean} [invitable] Whether non-moderators can add other non-moderators to a thread
* <info>Can only be edited on {@link ChannelType.PrivateThread}</info>
* @property {Snowflake[]} [appliedTags] The tags to apply to the thread
* @property {ChannelFlagsResolvable} [flags] The flags to set on the channel
* @property {string} [reason] Reason for editing the thread
* <info>Can only be edited on {@link ChannelType.PrivateThread}</info>
*/

/**
Expand Down

2 comments on commit f3fe3ce

@vercel
Copy link

@vercel vercel bot commented on f3fe3ce Jan 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on f3fe3ce Jan 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.