mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
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:
@@ -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).
|
- 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`.
|
- Timing out a member requires `ModerateMembers`.
|
||||||
- Editing threads (tags, locking, closing, renaming etc.) requires `SendMessagesInThreads`.
|
- 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>
|
</Callout>
|
||||||
|
|
||||||
## Limitations and oddities
|
## Limitations and oddities
|
||||||
|
|||||||
Reference in New Issue
Block a user