Update default rights

This commit is contained in:
Madeline 2022-07-02 18:37:20 +10:00
parent 845d932e83
commit ae6e346cb3
2 changed files with 71 additions and 18016 deletions

File diff suppressed because it is too large Load Diff

View File

@ -193,7 +193,7 @@ export interface ConfigValue {
releases: { releases: {
useLocalRelease: Boolean; //TODO useLocalRelease: Boolean; //TODO
upstreamVersion: string; upstreamVersion: string;
} };
}, },
metrics: { metrics: {
timeout: number; timeout: number;
@ -203,7 +203,7 @@ export interface ConfigValue {
endpoint: string; endpoint: string;
traceSampleRate: number; traceSampleRate: number;
environment: string; environment: string;
} };
} }
export const DefaultConfigOptions: ConfigValue = { export const DefaultConfigOptions: ConfigValue = {
@ -338,7 +338,9 @@ export const DefaultConfigOptions: ConfigValue = {
Rights.FLAGS.KICK_BAN_MEMBERS + Rights.FLAGS.KICK_BAN_MEMBERS +
Rights.FLAGS.SELF_LEAVE_GROUPS + Rights.FLAGS.SELF_LEAVE_GROUPS +
Rights.FLAGS.SELF_ADD_DISCOVERABLE + Rights.FLAGS.SELF_ADD_DISCOVERABLE +
Rights.FLAGS.USE_ACHIEVEMENTS Rights.FLAGS.USE_ACHIEVEMENTS +
Rights.FLAGS.MANAGE_GUILDS +
Rights.FLAGS.MANAGE_MESSAGES
).toString() ).toString()
}, },
login: { login: {