mirror of
https://github.com/danbulant/discord.js
synced 2026-06-07 16:52:16 +00: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:
parent
420f2ecdd4
commit
74b9e5d643
1 changed files with 1 additions and 1 deletions
|
|
@ -238,4 +238,4 @@ for (const key in PermissionFlags) _ALL_PERMISSIONS |= PermissionFlags[key];
|
||||||
|
|
||||||
exports.ALL_PERMISSIONS = _ALL_PERMISSIONS;
|
exports.ALL_PERMISSIONS = _ALL_PERMISSIONS;
|
||||||
|
|
||||||
exports.DEFAULT_PERMISSIONS = 36953089;
|
exports.DEFAULT_PERMISSIONS = 104324097;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue