diff --git a/config.json.default b/config.json.default new file mode 100644 index 0000000..ec72bad --- /dev/null +++ b/config.json.default @@ -0,0 +1,10 @@ +{ + "discord": { + "token": "", + "errorChannel": "", + "levels": { + "lvlUpEquation": "Math.floor(5 / 6 * lvl * (2 * lvl * lvl + 27 * lvl + 91))", + "cooldownMinutes": 1 + } + } +} \ No newline at end of file