Initial commit
This commit is contained in:
commit
f8910e4f30
28 changed files with 3111 additions and 0 deletions
40
config.template.json
Normal file
40
config.template.json
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"DEV": false,
|
||||
"twitch": {
|
||||
"OAUTH_TOKEN": null,
|
||||
"USERNAME": null,
|
||||
"CLIENT_ID": null,
|
||||
"CHANNELS": [],
|
||||
"ADMIN": [],
|
||||
"REPLY_TO_AUTO_ADD": true,
|
||||
"ALERT_MISSED_BITS": true,
|
||||
"AUTO_ADD": true
|
||||
},
|
||||
"discord": {
|
||||
"OAUTH_TOKEN": null,
|
||||
"DEV_TOKEN": null,
|
||||
"SECRET": null,
|
||||
"PERMISSIONS_VALUE": 3072,
|
||||
"CLIENT_ID": null,
|
||||
"MOD_ROLES": [],
|
||||
"ADMIN": []
|
||||
},
|
||||
"bot": {
|
||||
"PREFIX": "!",
|
||||
"COOLDOWN_TIME": 5,
|
||||
"COOLDOWN_TYPE": "SERVICE",
|
||||
"INVALID_PERM_ERROR": false
|
||||
},
|
||||
"webhooks": {
|
||||
"ENABLED": false,
|
||||
"LOGGING": null,
|
||||
"ERROR": null,
|
||||
"TWITCH_MISSED_BITS": null
|
||||
},
|
||||
"web": {
|
||||
"ADDRESS": null,
|
||||
"ROOT": "./docs",
|
||||
"PORT": 4000
|
||||
},
|
||||
"extra": {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue