diff --git a/src/structures/ThreadChannel.js b/src/structures/ThreadChannel.js index 7c45cbc327dd..40d4bab57bde 100644 --- a/src/structures/ThreadChannel.js +++ b/src/structures/ThreadChannel.js @@ -487,7 +487,7 @@ class ThreadChannel extends Channel { * @readonly */ get unarchivable() { - return this.archived && (this.locked ? this.manageable : this.sendable); + return this.archived && this.sendable && (!this.locked || this.manageable); } /**