mirror of
https://github.com/ION606/selmerBot.git
synced 2026-05-15 05:36: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.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!!!');
|
||||||
|
|||||||
Reference in New Issue
Block a user