From 4ce48074d53d128edb4b944e931f30f6f7f48ae2 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 27 Mar 2018 19:19:45 -0400 Subject: welcome to the new claim command --- bot.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bot.js') diff --git a/bot.js b/bot.js index 211a79b..520e951 100644 --- a/bot.js +++ b/bot.js @@ -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'); -- cgit v1.2.3