diff options
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'); |
