1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-23 02:42:28 +01:00

remove some default rights that I gave like an idiot

This commit is contained in:
Madeline 2022-07-17 13:21:49 +10:00
parent 62635dfba1
commit 219eeb5e6f
No known key found for this signature in database
GPG Key ID: 1958E017C36F2E47

View File

@ -340,8 +340,6 @@ export const DefaultConfigOptions: ConfigValue = {
Rights.FLAGS.SELF_LEAVE_GROUPS +
Rights.FLAGS.SELF_ADD_DISCOVERABLE +
Rights.FLAGS.USE_ACHIEVEMENTS +
Rights.FLAGS.MANAGE_GUILDS +
Rights.FLAGS.MANAGE_MESSAGES +
Rights.FLAGS.USE_MASS_INVITES
).toString()
},