From f0798d1a425d0539868ba75a304f9c1de828d75d Mon Sep 17 00:00:00 2001 From: Alee Date: Fri, 30 Mar 2018 17:52:34 -0400 Subject: oof I missed this --- bot_discord.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bot_discord.js b/bot_discord.js index c9aa963..8cb186d 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -33,7 +33,6 @@ console.log('Welcome to AleeBot NodeJS Terminal!'); client.commands = new Discord.Collection(); client.aliases = new Discord.Collection(); -client.servers = {}; fs.readdir('./commands', (err, files) => { if (err) console.error(err); -- cgit v1.2.3