Merge branch 'indev' of https://github.com/hydrabolt/discord.js into indev

This commit is contained in:
Schuyler Cebulskie
2016-09-26 22:56:11 -04:00

View File

@@ -239,6 +239,8 @@ const PermissionFlags = exports.PermissionFlags = {
CHANGE_NICKNAME: 1 << 26,
MANAGE_NICKNAMES: 1 << 27,
MANAGE_ROLES_OR_PERMISSIONS: 1 << 28,
MANAGE_EMOJIS: 1 << 30,
};
let _ALL_PERMISSIONS = 0;