From cf3c7a7c545e692c56f09344d846215fe6692587 Mon Sep 17 00:00:00 2001
From: Jiralite <33201955+Jiralite@users.noreply.github.com>
Date: Thu, 12 Jan 2023 08:23:46 +0000
Subject: [PATCH] docs(ThreadEditOptions): Move info tag back to `invitable`
(#9021)
---
src/structures/ThreadChannel.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/structures/ThreadChannel.js b/src/structures/ThreadChannel.js
index 966d2166b..0565d0612 100644
--- a/src/structures/ThreadChannel.js
+++ b/src/structures/ThreadChannel.js
@@ -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
+ * Can only be edited on `GUILD_PRIVATE_THREAD`
* @property {Snowflake[]} [appliedTags] The tags to apply to the thread
* @property {ChannelFlagsResolvable} [flags] The flags to set on the channel
- * Can only be edited on `GUILD_PRIVATE_THREAD`
*/
/**