diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-07-17 13:21:49 +1000 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-07-17 13:21:49 +1000 |
commit | 219eeb5e6fbc426c4b38998464944badbaff6008 (patch) | |
tree | b9b1bf490ece17b6a93c2b529d7bc043360a2b8e /util/src/entities/Config.ts | |
parent | Merge branch 'fix/sendMemberInProfile' into slowcord (diff) | |
download | server-219eeb5e6fbc426c4b38998464944badbaff6008.tar.xz |
remove some default rights that I gave like an idiot
Diffstat (limited to '')
-rw-r--r-- | util/src/entities/Config.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util/src/entities/Config.ts b/util/src/entities/Config.ts index 9eca84ad..20a43199 100644 --- a/util/src/entities/Config.ts +++ b/util/src/entities/Config.ts @@ -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() }, |