mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
Update default permissions (#706)
During the nickname update the default value was changed from 36953089 to 104324097 to include some of the new nickname permissions.
This commit is contained in:
@@ -238,4 +238,4 @@ for (const key in PermissionFlags) _ALL_PERMISSIONS |= PermissionFlags[key];
|
||||
|
||||
exports.ALL_PERMISSIONS = _ALL_PERMISSIONS;
|
||||
|
||||
exports.DEFAULT_PERMISSIONS = 36953089;
|
||||
exports.DEFAULT_PERMISSIONS = 104324097;
|
||||
|
||||
Reference in New Issue
Block a user