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,
|
||||
"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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue