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