diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-07-03 01:40:01 +1000 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-07-03 01:40:01 +1000 |
commit | 0ee023b2bd5e31a0065b2465845abde204c7cb1f (patch) | |
tree | b0504c6d7ea2afb7422ab2ecda1f8bbb9264eb54 /util | |
parent | Merge branch 'fix/nicknames' into slowcord (diff) | |
download | server-0ee023b2bd5e31a0065b2465845abde204c7cb1f.tar.xz |
Whoops, syntax error
Diffstat (limited to 'util')
-rw-r--r-- | util/src/entities/Config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/src/entities/Config.ts b/util/src/entities/Config.ts index 367ae0c1..a2942db7 100644 --- a/util/src/entities/Config.ts +++ b/util/src/entities/Config.ts @@ -341,7 +341,7 @@ export const DefaultConfigOptions: ConfigValue = { Rights.FLAGS.USE_ACHIEVEMENTS + Rights.FLAGS.MANAGE_GUILDS + Rights.FLAGS.MANAGE_MESSAGES + - Rights.FLAGS.USE_MASS_INVITES, + Rights.FLAGS.USE_MASS_INVITES ).toString() }, login: { |