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

docs(ThreadEditOptions): move info tag to correct property
This commit is contained in:
Jiralite
2023-01-10 09:53:38 +00:00
committed by GitHub
parent ecb4281d1e
commit f3fe3ced62

View File

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