Testing Heroku env file system. part 4

This commit is contained in:
ION606
2022-04-30 17:43:28 -04:00
parent f91eb6d156
commit 1f7b84252f
+3 -2
View File
@@ -48,8 +48,9 @@ bot.commNames.set('length', i);
bot.on('ready', async () => { bot.on('ready', async () => {
// bot.once('ready', async () => { // bot.once('ready', async () => {
const storedBalances = await Users.findAll(); // Another Econ Section
storedBalances.forEach(b => currency.set(b.user_id, b)); // const storedBalances = await Users.findAll();
// storedBalances.forEach(b => currency.set(b.user_id, b));
// console.log(`Logged in as ${bot.user.tag}!`); // console.log(`Logged in as ${bot.user.tag}!`);
console.log('SLEEMER BOT ONLINE!!!!! OH MY GOD OH MY GOD!!!'); console.log('SLEEMER BOT ONLINE!!!!! OH MY GOD OH MY GOD!!!');