Update default config
This commit is contained in:
parent
54e0c5d12a
commit
2c31d93d98
1 changed files with 4 additions and 4 deletions
|
|
@ -6,9 +6,9 @@
|
||||||
"CLIENT_ID": null,
|
"CLIENT_ID": null,
|
||||||
"CHANNELS": [],
|
"CHANNELS": [],
|
||||||
"ADMIN": [],
|
"ADMIN": [],
|
||||||
"REPLY_TO_AUTO_ADD": true,
|
"REPLY_TO_AUTO_ADD": false,
|
||||||
"ALERT_MISSED_BITS": true,
|
"ALERT_MISSED_BITS": false,
|
||||||
"AUTO_ADD": true
|
"AUTO_ADD": false
|
||||||
},
|
},
|
||||||
"discord": {
|
"discord": {
|
||||||
"OAUTH_TOKEN": null,
|
"OAUTH_TOKEN": null,
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
"PREFIX": "!",
|
"PREFIX": "!",
|
||||||
"COOLDOWN_TIME": 5,
|
"COOLDOWN_TIME": 5,
|
||||||
"COOLDOWN_TYPE": "SERVICE",
|
"COOLDOWN_TYPE": "SERVICE",
|
||||||
"INVALID_PERM_ERROR": false
|
"INVALID_PERM_ERROR": true
|
||||||
},
|
},
|
||||||
"webhooks": {
|
"webhooks": {
|
||||||
"ENABLED": false,
|
"ENABLED": false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue