mirror of
https://github.com/danbulant/discord.js
synced 2026-07-05 19:20:42 +00:00
Webpack build for branch master: 6211119928
This commit is contained in:
parent
6571316b25
commit
3948e16015
2 changed files with 11 additions and 11 deletions
|
|
@ -1357,7 +1357,7 @@ Permissions.FLAGS = {
|
||||||
* Bitfield representing every permission combined
|
* Bitfield representing every permission combined
|
||||||
* @type {number}
|
* @type {number}
|
||||||
*/
|
*/
|
||||||
Permissions.ALL = Object.values(Permissions.FLAGS).reduce((all, p) => all | p, 0);
|
Permissions.ALL = Object.keys(Permissions.FLAGS).reduce((all, p) => all | Permissions.FLAGS[p], 0);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Bitfield representing the default permissions for users
|
* Bitfield representing the default permissions for users
|
||||||
|
|
|
||||||
20
discord.master.min.js
vendored
20
discord.master.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue