cactus-coin/config.json.default
2023-04-22 18:03:10 -06:00

17 lines
291 B
Plaintext

{
"discord": {
"token": "",
"errorChannel": "",
"levels": {
"lvlUpEquation": "5 * (lvl ^ 2) + (50 * lvl) + 100",
"lvlUpMessage": "{user}, you have leveled up to level {lvl}!",
"cooldownMinutes": 1,
"blacklist": []
}
},
"api": {
"port": 8080,
"enabled": false
}
}