diff --git a/apps/guide/content/docs/legacy/popular-topics/permissions-extended.mdx b/apps/guide/content/docs/legacy/popular-topics/permissions-extended.mdx index 5b46e58a6..8caa35d7c 100644 --- a/apps/guide/content/docs/legacy/popular-topics/permissions-extended.mdx +++ b/apps/guide/content/docs/legacy/popular-topics/permissions-extended.mdx @@ -56,6 +56,7 @@ As you only check for `SendMessages`, the bot will try to execute the send, but - When deploying slash commands: Enable the `applications.commands` scope (for more information see the [adding your bot](../preparations/adding-your-app) section). - Timing out a member requires `ModerateMembers`. - Editing threads (tags, locking, closing, renaming etc.) requires `SendMessagesInThreads`. + - Adding a member to a thread requires `ViewChannel` in the parent channel for the member being added. ## Limitations and oddities