docs(ThreadEditOptions): Move info tag back to invitable (#9021)

This commit is contained in:
Jiralite
2023-01-12 08:23:46 +00:00
committed by GitHub
parent a941cb6ec5
commit cf3c7a7c54

View File

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