cactus-coin/config.json.default

13 lines
242 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": []
}
}
}