aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
Diffstat (limited to 'bot.js')
-rw-r--r--bot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.js b/bot.js
index 97e2771..eae91a4 100644
--- a/bot.js
+++ b/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);
});