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>
This commit is contained in:
Souji
2025-10-14 14:04:52 +02:00
committed by GitHub
parent 7a3a21b26e
commit 93e96eb6c0

View File

@@ -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.
</Callout>
## Limitations and oddities