:(((((((((((

This commit is contained in:
Unknown 2018-03-12 17:48:21 -04:00
parent 22e81396cf
commit cd8a2a58a2

2
bot.js
View file

@ -14,7 +14,7 @@ cmdLoader();
bot.on('ready', () => {
setInterval(() => {
dbl.postStats(client.guilds.size, client.shards.Id, client.shards.total);
dbl.postStats(bot.guilds.size, bot.shards.Id, bot.shards.total);
}, 1800000);
});