Closed sr229 closed 6 years ago
Alternative model, propsed in the Discord server
{
"keys": {
// Any API keys.
"youtube": "",
"soundcloud": "",
"botlists": {
"dbots": "",
"dbl": ""
}
},
"development": {
// Various debugging/development stuff.
"debug": true,
"promiseWarnings": false
},
"options": {
// Main bot options
"ownerID": "",
"token": "",
"redisURL": "",
"mainPrefix": "",
"maxShards": 1
},
"discord": {
// Any Discord-specific stuff like games
"game": {
"url": "",
"type": 0,
"name": "with memes"
}
}
}
imstead of calling them keys we should call them tokens afaik
👍
Added in face80f
Due to the immense ammount of JSON entries in the config, I decided to group them by sub-objects to promote clarity.
Proposed Model