From 25126a992b1e1d5a5744ef20083e3f2e26e3bb7a Mon Sep 17 00:00:00 2001 From: Julia <90114526+juliatilde@users.noreply.github.com> Date: Sun, 5 Sep 2021 19:42:15 +0200 Subject: [PATCH] Create config.js --- config.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config.js diff --git a/config.js b/config.js new file mode 100644 index 0000000..1b974c9 --- /dev/null +++ b/config.js @@ -0,0 +1,4 @@ +module.exports = { + prefix: `trol`, + token: require(`./token`) +}