From e966a5b26233c2c692beee6879b8f593059eb3a9 Mon Sep 17 00:00:00 2001 From: March 7th <71698422+aiko-chan-ai@users.noreply.github.com> Date: Sun, 8 Jan 2023 14:30:57 +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 5df1e3e..e578319 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 {ChannelFlagsResolvable} [flags] The flags to set on the channel * Can only be edited on `GUILD_PRIVATE_THREAD` + * @property {ChannelFlagsResolvable} [flags] The flags to set on the channel */ /**