mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
Merge branch 'indev' of https://github.com/hydrabolt/discord.js into indev
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user