docs(ThreadEditOptions): Move info tag back to invitable

#9021 djs
This commit is contained in:
March 7th 2023-01-12 23:35:38 +07:00
parent 3cdf1ad9f9
commit 4fa5088afa

View File

@ -330,8 +330,8 @@ 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
* @property {Snowflake[]} [appliedTags] The tags to apply to the 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
*/