xyter/config.json.example

34 lines
774 B
Text

{
"bot": {
"token": "required",
"clientId": "required",
"guildId": "required"
},
"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
},
"hoster": {
"name": "someone",
"url": "scheme://domain.tld"
},
"debug": false,
"reputation": {
"timeout": 86400000
},
"secretKey": "SET A LONG RANDOM PASSWORD HERE, ITS FOR USE OF ENCRYPTION WITH LENGTH OF 32",
"importToDB": false,
"clearUnused": false,
"devMode": false
}