diff --git a/src/structures/ThreadChannel.js b/src/structures/ThreadChannel.js index 1a6ca53ae77c..e0de36495698 100644 --- a/src/structures/ThreadChannel.js +++ b/src/structures/ThreadChannel.js @@ -267,9 +267,10 @@ class ThreadChannel extends Channel { } /** - * Sets whether the thread can be archived by anyone or just mods. + * Sets whether the thread can be **unarchived** by anyone with `SEND_MESSAGES` permission. + * When a thread is locked only members with `MANAGE_THREADS` can unarchive it. * @param {boolean} [locked=true] Whether the thread is locked - * @param {string} [reason] Reason for archiving or unarchiving + * @param {string} [reason] Reason for locking or unlocking the thread * @returns {Promise} * @example * // Set the thread to locked