From 4fa5088afaf06d927ea4b4fe413d2e45cc3f303b Mon Sep 17 00:00:00 2001 From: March 7th <71698422+aiko-chan-ai@users.noreply.github.com> Date: Thu, 12 Jan 2023 23:35:38 +0700 Subject: [PATCH] docs(ThreadEditOptions): Move info tag back to `invitable` #9021 djs --- 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 54646cc..2c67652 100644 --- a/src/structures/ThreadChannel.js +++ b/src/structures/ThreadChannel.js @@ -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 * 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 */