mirror of
https://github.com/UniverseDevGroup/PokeBot.git
synced 2025-01-22 17:32:00 -05:00
:(((((((((((
This commit is contained in:
parent
22e81396cf
commit
cd8a2a58a2
1 changed files with 1 additions and 1 deletions
2
bot.js
2
bot.js
|
@ -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);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue