mirror of
https://github.com/ION606/selmerBot.git
synced 2026-05-14 21:26:54 +00:00
Testing Heroku env file system. part 4
This commit is contained in:
@@ -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!!!');
|
||||
|
||||
Reference in New Issue
Block a user