From 93e96eb6c0e06bf2a6b5d4724af990ede9363386 Mon Sep 17 00:00:00 2001 From: Souji Date: Tue, 14 Oct 2025 14:04:52 +0200 Subject: [PATCH] feat(guide): add reason for missing access (#11173) * feat(guide): add reason for missing access * chore: grammar --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- .../content/docs/legacy/popular-topics/permissions-extended.mdx | 1 + 1 file changed, 1 insertion(+) 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