mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 22:51:32 +00:00
Webpack build for branch master: 4f7e0c41ee
This commit is contained in:
parent
f4df7fa410
commit
6571316b25
1 changed files with 2 additions and 2 deletions
|
|
@ -1314,7 +1314,7 @@ class Permissions {
|
|||
* - `MANAGE_ROLES`
|
||||
* - `MANAGE_ROLES_OR_PERMISSIONS` __**(deprecated)**__
|
||||
* - `MANAGE_WEBHOOKS`
|
||||
* - `MANAGE_EMOJIS'
|
||||
* - `MANAGE_EMOJIS`
|
||||
* @type {Object}
|
||||
* @see {@link https://discordapp.com/developers/docs/topics/permissions}
|
||||
*/
|
||||
|
|
@ -1366,8 +1366,8 @@ Permissions.ALL = Object.values(Permissions.FLAGS).reduce((all, p) => all | p, 0
|
|||
Permissions.DEFAULT = 104324097;
|
||||
|
||||
/**
|
||||
* The final evaluated permissions for a member in a channel
|
||||
* @class EvaluatedPermissions
|
||||
* @classdesc The final evaluated permissions for a member in a channel
|
||||
* @see {@link Permissions}
|
||||
* @deprecated
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue