Mass invite perm

This commit is contained in:
Madeline 2022-07-03 01:04:12 +10:00
parent 5737720589
commit 79b7b025d4
4 changed files with 3 additions and 2 deletions

BIN
bundle/package-lock.json generated

Binary file not shown.

BIN
util/package-lock.json generated

Binary file not shown.

View File

@ -50,7 +50,7 @@
"picocolors": "^1.0.0", "picocolors": "^1.0.0",
"proxy-agent": "^5.0.0", "proxy-agent": "^5.0.0",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"typeorm": "^0.2.38", "typeorm": "^0.3.7",
"typescript": "^4.4.2", "typescript": "^4.4.2",
"typescript-json-schema": "^0.50.1" "typescript-json-schema": "^0.50.1"
}, },

View File

@ -340,7 +340,8 @@ export const DefaultConfigOptions: ConfigValue = {
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_GUILDS +
Rights.FLAGS.MANAGE_MESSAGES Rights.FLAGS.MANAGE_MESSAGES +
Rights.FLAGS.USE_MASS_INVITES,
).toString() ).toString()
}, },
login: { login: {