Skip to content

Commit

Permalink
chore(popular-topics): Add in missing elevated permissions (discordjs…
Browse files Browse the repository at this point in the history
  • Loading branch information
DevSpen authored Jan 5, 2022
1 parent e535c51 commit 913e889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/popular-topics/permissions-extended.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If the guild owner enables the server's two-factor authentication option, everyo
Check out [Discord's help article](https://support.discord.com/hc/en-us/articles/219576828-Setting-up-Two-Factor-Authentication) if you need assistance with this.

The permissions assigned to these actions are called "elevated permissions" and are:
`KICK_MEMBERS`, `BAN_MEMBERS`, `ADMINISTRATOR`, `MANAGE_CHANNELS`, `MANAGE_GUILD`, `MANAGE_MESSAGES`, `MANAGE_ROLES`, `MANAGE_WEBHOOKS` and `MANAGE_EMOJIS`.
`KICK_MEMBERS`, `BAN_MEMBERS`, `ADMINISTRATOR`, `MANAGE_CHANNELS`, `MANAGE_GUILD`, `MANAGE_MESSAGES`, `MANAGE_ROLES`, `MANAGE_WEBHOOKS`, `MANAGE_THREADS`, and `MANAGE_EMOJIS_AND_STICKERS`.

## Implicit permissions

Expand Down

0 comments on commit 913e889

Please sign in to comment.