From 115cb8a7204d726ed677691cc3c41a91131bb9f3 Mon Sep 17 00:00:00 2001 From: almostSouji Date: Mon, 13 Oct 2025 10:45:50 +0200 Subject: [PATCH 1/2] feat(guide): add reason for missing access --- .../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 5b46e58a68e3..65a89ed466b8 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` of the parent channel for the member being added. ## Limitations and oddities From 733fd3a38b4ccb6996dde549759dee8d2a32bd8b Mon Sep 17 00:00:00 2001 From: almostSouji Date: Mon, 13 Oct 2025 10:51:25 +0200 Subject: [PATCH 2/2] chore: grammar --- .../content/docs/legacy/popular-topics/permissions-extended.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 65a89ed466b8..8caa35d7cf86 100644 --- a/apps/guide/content/docs/legacy/popular-topics/permissions-extended.mdx +++ b/apps/guide/content/docs/legacy/popular-topics/permissions-extended.mdx @@ -56,7 +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` of the parent channel for the member being added. + - Adding a member to a thread requires `ViewChannel` in the parent channel for the member being added. ## Limitations and oddities