diff options
| author | TheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com> | 2018-03-12 17:06:25 -0400 |
|---|---|---|
| committer | TheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com> | 2018-03-12 17:06:25 -0400 |
| commit | 22e81396cfedc5c428ac675ab1638f4c4dc5b754 (patch) | |
| tree | 718f5a9654a4d977a11accb75a446f2cee5601d9 | |
| parent | eed26a63624bef0d50a7a308a07a356fcde68746 (diff) | |
| download | PokeBot-22e81396cfedc5c428ac675ab1638f4c4dc5b754.tar.gz PokeBot-22e81396cfedc5c428ac675ab1638f4c4dc5b754.tar.bz2 PokeBot-22e81396cfedc5c428ac675ab1638f4c4dc5b754.zip | |
I FORGOT THAT CLIENT WAS BOT BALLS
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ bot.queue = new Discord.Collection(); bot.plugins = { music : require('./Plugins/Music.js') , economy : require('./Plugins/Economy.js'), settings : require('./Plugins/settings.js')}; cmdLoader(); -client.on('ready', () => { +bot.on('ready', () => { setInterval(() => { dbl.postStats(client.guilds.size, client.shards.Id, client.shards.total); }, 1800000); |
