Add default JSON
This commit is contained in:
parent
0e91565ba3
commit
9f88a58a7b
10
config.json.default
Normal file
10
config.json.default
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"discord": {
|
||||
"token": "",
|
||||
"errorChannel": "",
|
||||
"levels": {
|
||||
"lvlUpEquation": "Math.floor(5 / 6 * lvl * (2 * lvl * lvl + 27 * lvl + 91))",
|
||||
"cooldownMinutes": 1
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue