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