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