Add default JSON

This commit is contained in:
Christopher Cookman 2023-04-19 21:45:46 -06:00
parent 0e91565ba3
commit 9f88a58a7b
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

10
config.json.default Normal file
View file

@ -0,0 +1,10 @@
{
"discord": {
"token": "",
"errorChannel": "",
"levels": {
"lvlUpEquation": "Math.floor(5 / 6 * lvl * (2 * lvl * lvl + 27 * lvl + 91))",
"cooldownMinutes": 1
}
}
}