Update default config

This commit is contained in:
Oliver-Akins 2021-12-02 15:42:27 -06:00
parent 54e0c5d12a
commit 2c31d93d98

View file

@ -6,9 +6,9 @@
"CLIENT_ID": null,
"CHANNELS": [],
"ADMIN": [],
"REPLY_TO_AUTO_ADD": true,
"ALERT_MISSED_BITS": true,
"AUTO_ADD": true
"REPLY_TO_AUTO_ADD": false,
"ALERT_MISSED_BITS": false,
"AUTO_ADD": false
},
"discord": {
"OAUTH_TOKEN": null,
@ -23,7 +23,7 @@
"PREFIX": "!",
"COOLDOWN_TIME": 5,
"COOLDOWN_TYPE": "SERVICE",
"INVALID_PERM_ERROR": false
"INVALID_PERM_ERROR": true
},
"webhooks": {
"ENABLED": false,