diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-03-27 19:19:45 -0400 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-03-27 19:19:45 -0400 |
| commit | 4ce48074d53d128edb4b944e931f30f6f7f48ae2 (patch) | |
| tree | 561c9eafb03cf60d0def22d77fd8f71e1754ba53 /bot.js | |
| parent | a42eeca0dcff181c2547c956e3a9cac9ed4d66e2 (diff) | |
| download | PokeBot-4ce48074d53d128edb4b944e931f30f6f7f48ae2.tar.gz PokeBot-4ce48074d53d128edb4b944e931f30f6f7f48ae2.tar.bz2 PokeBot-4ce48074d53d128edb4b944e931f30f6f7f48ae2.zip | |
welcome to the new claim command
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ 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'); |
