From df7555ee38ce5a22fce94d98f9ba5874b337d6a8 Mon Sep 17 00:00:00 2001 From: ION606 Date: Thu, 12 May 2022 17:48:49 +0300 Subject: [PATCH] Trying to work with the config vars --- main.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.js b/main.js index ade0438..c812337 100644 --- a/main.js +++ b/main.js @@ -7,7 +7,7 @@ const BASE_LVL_XP = 20; // const { token } = require('./config.json'); //Heroku part -const { token } = process.env.token; +// const { token } = process.env.token; const bot = new Client({ intents: [ @@ -150,6 +150,6 @@ bot.on('messageCreate', (message) => { //Look into integrating MySQL into SelmerBot instead of SQLite //Last Line(s) -bot.login(token); +// bot.login(token); -// bot.login(process.env.token); \ No newline at end of file +bot.login(process.env.token); \ No newline at end of file