From f3fe3ced622676b406a62b43f085aedde7a621aa Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Tue, 10 Jan 2023 09:53:38 +0000 Subject: [PATCH] docs(ThreadEditOptions): Move info tag back to `invitable` (#9020) docs(ThreadEditOptions): move info tag to correct property --- packages/discord.js/src/structures/ThreadChannel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/discord.js/src/structures/ThreadChannel.js b/packages/discord.js/src/structures/ThreadChannel.js index 337700dde5ba..673106653e01 100644 --- a/packages/discord.js/src/structures/ThreadChannel.js +++ b/packages/discord.js/src/structures/ThreadChannel.js @@ -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 + * Can only be edited on {@link ChannelType.PrivateThread} * @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 - * Can only be edited on {@link ChannelType.PrivateThread} */ /**