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