docs(ThreadEditOptions): Move info tag back to invitable

#9021 djs
This commit is contained in:
March 7th 2023-01-08 14:30:57 +07:00
parent 10b4b69594
commit e966a5b262

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 {number} [rateLimitPerUser] The rate limit per user (slowmode) for the thread in seconds
* @property {boolean} [locked] Whether the thread is locked * @property {boolean} [locked] Whether the thread is locked
* @property {boolean} [invitable] Whether non-moderators can add other non-moderators to a thread * @property {boolean} [invitable] Whether non-moderators can add other non-moderators to a thread
* @property {ChannelFlagsResolvable} [flags] The flags to set on the channel
* <info>Can only be edited on `GUILD_PRIVATE_THREAD`</info> * <info>Can only be edited on `GUILD_PRIVATE_THREAD`</info>
* @property {ChannelFlagsResolvable} [flags] The flags to set on the channel
*/ */
/** /**