mirror of
https://github.com/danbulant/discord.js
synced 2026-06-07 16:52:16 +00:00
Merge branch 'indev' of https://github.com/hydrabolt/discord.js into indev
This commit is contained in:
commit
ef63f0ee8b
1 changed files with 2 additions and 0 deletions
|
|
@ -239,6 +239,8 @@ const PermissionFlags = exports.PermissionFlags = {
|
||||||
CHANGE_NICKNAME: 1 << 26,
|
CHANGE_NICKNAME: 1 << 26,
|
||||||
MANAGE_NICKNAMES: 1 << 27,
|
MANAGE_NICKNAMES: 1 << 27,
|
||||||
MANAGE_ROLES_OR_PERMISSIONS: 1 << 28,
|
MANAGE_ROLES_OR_PERMISSIONS: 1 << 28,
|
||||||
|
|
||||||
|
MANAGE_EMOJIS: 1 << 30,
|
||||||
};
|
};
|
||||||
|
|
||||||
let _ALL_PERMISSIONS = 0;
|
let _ALL_PERMISSIONS = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue