diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-02-03 16:26:50 +1100 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-02-03 16:26:50 +1100 |
commit | 9aa31d24abe58cdb3d2956f6c0866d0d27dab177 (patch) | |
tree | 7136bbfe92ea7bebfd59539c6620a83d048c419a /src | |
parent | run add:license (diff) | |
download | server-9aa31d24abe58cdb3d2956f6c0866d0d27dab177.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.ts | 2 |
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` } |