Webpack build for branch master: 6211119928

This commit is contained in:
Travis CI 2017-03-06 17:23:17 +00:00
parent 6571316b25
commit 3948e16015
2 changed files with 11 additions and 11 deletions

View file

@ -1357,7 +1357,7 @@ Permissions.FLAGS = {
* Bitfield representing every permission combined
* @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

20
discord.master.min.js vendored

File diff suppressed because one or more lines are too long