summary refs log tree commit diff
path: root/util/src
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-02 18:37:20 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-02 18:37:20 +1000
commitae6e346cb3706b804856523ea3903a34dbdf5723 (patch)
treecbae5f6d7ea218835a87048e8aca06f8df8533a9 /util/src
parent( bad ) lil error message on failed login (diff)
downloadserver-ae6e346cb3706b804856523ea3903a34dbdf5723.tar.xz
Update default rights
Diffstat (limited to 'util/src')
-rw-r--r--util/src/entities/Config.ts8
1 files changed, 5 insertions, 3 deletions
diff --git a/util/src/entities/Config.ts b/util/src/entities/Config.ts

index f77991a9..05e52839 100644 --- a/util/src/entities/Config.ts +++ b/util/src/entities/Config.ts
@@ -193,7 +193,7 @@ export interface ConfigValue { releases: { useLocalRelease: Boolean; //TODO upstreamVersion: string; - } + }; }, metrics: { timeout: number; @@ -203,7 +203,7 @@ export interface ConfigValue { endpoint: string; traceSampleRate: number; environment: string; - } + }; } export const DefaultConfigOptions: ConfigValue = { @@ -338,7 +338,9 @@ export const DefaultConfigOptions: ConfigValue = { Rights.FLAGS.KICK_BAN_MEMBERS + Rights.FLAGS.SELF_LEAVE_GROUPS + Rights.FLAGS.SELF_ADD_DISCOVERABLE + - Rights.FLAGS.USE_ACHIEVEMENTS + Rights.FLAGS.USE_ACHIEVEMENTS + + Rights.FLAGS.MANAGE_GUILDS + + Rights.FLAGS.MANAGE_MESSAGES ).toString() }, login: {