From 1f7b84252f547baef4f8985d3dd44ee855223c2e Mon Sep 17 00:00:00 2001 From: ION606 Date: Sat, 30 Apr 2022 17:43:28 -0400 Subject: [PATCH] Testing Heroku env file system. part 4 --- main.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index 8232fe1..1b9174c 100644 --- a/main.js +++ b/main.js @@ -48,8 +48,9 @@ bot.commNames.set('length', i); bot.on('ready', async () => { // bot.once('ready', async () => { - const storedBalances = await Users.findAll(); - storedBalances.forEach(b => currency.set(b.user_id, b)); + // Another Econ Section + // const storedBalances = await Users.findAll(); + // storedBalances.forEach(b => currency.set(b.user_id, b)); // console.log(`Logged in as ${bot.user.tag}!`); console.log('SLEEMER BOT ONLINE!!!!! OH MY GOD OH MY GOD!!!');