diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-03-12 17:48:21 -0400 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-03-12 17:48:21 -0400 |
| commit | cd8a2a58a232174a9279841cf701cfbd37def2be (patch) | |
| tree | 5d584af860f20ed6aafe46f1e471a22a0dfa90f8 | |
| parent | 22e81396cfedc5c428ac675ab1638f4c4dc5b754 (diff) | |
| download | PokeBot-cd8a2a58a232174a9279841cf701cfbd37def2be.tar.gz PokeBot-cd8a2a58a232174a9279841cf701cfbd37def2be.tar.bz2 PokeBot-cd8a2a58a232174a9279841cf701cfbd37def2be.zip | |
:(((((((((((
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); }); |
