mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 04:52:22 +00:00
Update Missing Permission Resolvables (#1035)
This commit is contained in:
parent
c1b9437f0d
commit
ea798eaaf3
1 changed files with 3 additions and 1 deletions
|
|
@ -174,7 +174,9 @@ class ClientDataResolver {
|
|||
* "USE_VAD", // use voice activity detection
|
||||
* "CHANGE_NICKNAME",
|
||||
* "MANAGE_NICKNAMES", // change nicknames of others
|
||||
* "MANAGE_ROLES_OR_PERMISSIONS"
|
||||
* "MANAGE_ROLES_OR_PERMISSIONS",
|
||||
* "MANAGE_WEBHOOKS",
|
||||
* "MANAGE_EMOJIS"
|
||||
* ]
|
||||
* ```
|
||||
* @typedef {string|number} PermissionResolvable
|
||||
|
|
|
|||
Loading…
Reference in a new issue