summaryrefslogtreecommitdiff
path: root/bot_discord.js
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-03-30 17:52:34 -0400
committerAlee <alee14498@gmail.com>2018-03-30 17:52:34 -0400
commitf0798d1a425d0539868ba75a304f9c1de828d75d (patch)
tree236387a0c64e88c64addd001b02eb9096c02f7e3 /bot_discord.js
parent49e946b143249d627e9f7e4b12e01d5f2c721201 (diff)
downloadAleeBot-f0798d1a425d0539868ba75a304f9c1de828d75d.tar.gz
AleeBot-f0798d1a425d0539868ba75a304f9c1de828d75d.tar.bz2
AleeBot-f0798d1a425d0539868ba75a304f9c1de828d75d.zip
oof I missed this
Diffstat (limited to 'bot_discord.js')
-rw-r--r--bot_discord.js1
1 files changed, 0 insertions, 1 deletions
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);