diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-03-27 19:43:41 -0400 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-03-27 19:43:41 -0400 |
| commit | fdae2d778c01b3a725230609207ff5670662f714 (patch) | |
| tree | 3c0ab5c717754da1a720f17c0465d5c334aef42c /bot.js | |
| parent | d57d6a67479779730aa75551deecb12d04564fae (diff) | |
| download | PokeBot-fdae2d778c01b3a725230609207ff5670662f714.tar.gz PokeBot-fdae2d778c01b3a725230609207ff5670662f714.tar.bz2 PokeBot-fdae2d778c01b3a725230609207ff5670662f714.zip | |
Revert "welcome to the new claim command"
This reverts commit 4ce48074d53d128edb4b944e931f30f6f7f48ae2.
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -14,8 +14,6 @@ cmdLoader(); bot.Raven = require('raven'); bot.Raven.config(config.sentry).install(); -bot.gyms = new Discord.Collection(); -bot.cooldown = []; async function cmdLoader() { const categories = await fs.readdirSync('./commands'); |
