22 lines
682 B
Text
22 lines
682 B
Text
{
|
|
"bot": {
|
|
"token": "required",
|
|
"clientId": "required",
|
|
"guildId": "required"
|
|
},
|
|
"credits": {
|
|
"url": "scheme://domain/api/",
|
|
"token": "required",
|
|
"timeout": "5000",
|
|
"rate": "1",
|
|
"minimumLength": "5",
|
|
"excludedChannels": ["channel_id", "channel_id"]
|
|
},
|
|
"colors": { "success": "0x22bb33", "error": "0xbb2124", "wait": "0xf0ad4e" },
|
|
"mongodb": {
|
|
"url": "mongodb+srv://username:password@server/database?retryWrites=true&w=majority"
|
|
},
|
|
"footer": { "icon": "https://avatars.githubusercontent.com/u/83163073", "text": "https://github.com/ZynerOrg/xyter" },
|
|
"disable": { "redeem": false },
|
|
"debug": false
|
|
}
|