mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 17:21:31 +00:00
add manage emojis constant (#744)
* add manage emojis constant * this is why you don't commit on github i guess
This commit is contained in:
parent
c8761d72de
commit
3e9253827f
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