summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-02-03 16:26:50 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-02-03 16:26:50 +1100
commit4abf9d9c68be674878b4db0e3db3ad213cd7e934 (patch)
treea7f306c45b54243847d2f9e04d2cfe39f68a1cab /src
parentrun add:license (diff)
downloadserver-4abf9d9c68be674878b4db0e3db3ad213cd7e934.tar.xz
remove MANAGE_GUILDS, EDIT_FLAGS, SELF_EDIT_FLAGS, MANAGE_GROUPS from default rights
Diffstat (limited to 'src')
-rw-r--r--src/util/config/types/RegisterConfiguration.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/config/types/RegisterConfiguration.ts b/src/util/config/types/RegisterConfiguration.ts

index 76ca0530..acbaa2d5 100644 --- a/src/util/config/types/RegisterConfiguration.ts +++ b/src/util/config/types/RegisterConfiguration.ts
@@ -34,5 +34,5 @@ export class RegisterConfiguration { allowMultipleAccounts: boolean = true; blockProxies: boolean = true; incrementingDiscriminators: boolean = false; // random otherwise - defaultRights: string = "30644591655940"; // See `npm run generate:rights` + defaultRights: string = "312119568366592"; // See `npm run generate:rights` }