Skip to content

Commit

Permalink
docs(ThreadEditOptions): Move info tag back to invitable (#9021)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Jan 12, 2023
1 parent a941cb6 commit cf3c7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/ThreadChannel.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,9 @@ class ThreadChannel extends Channel {
* @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 `GUILD_PRIVATE_THREAD`</info>
* @property {Snowflake[]} [appliedTags] The tags to apply to the thread
* @property {ChannelFlagsResolvable} [flags] The flags to set on the channel
* <info>Can only be edited on `GUILD_PRIVATE_THREAD`</info>
*/

/**
Expand Down

0 comments on commit cf3c7a7

Please sign in to comment.