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:
meew0
2016-09-16 02:09:57 +02:00
committed by abal
parent 420f2ecdd4
commit 74b9e5d643

View File

@@ -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;