From ce9ab017ef2a271afe69bb61ea449eb89de1ad47 Mon Sep 17 00:00:00 2001 From: Alee Date: Fri, 30 Mar 2018 17:59:25 -0400 Subject: I hope this fixes everything --- bot_discord.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bot_discord.js b/bot_discord.js index 7a10b91..081f3d8 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