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