From 9f88a58a7bf64697c0c3d5da89482d9a92cc5194 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Wed, 19 Apr 2023 21:45:46 -0600 Subject: [PATCH] Add default JSON --- config.json.default | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config.json.default 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