diff options
| author | Alee <alee14498@gmail.com> | 2018-03-30 17:59:25 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-30 17:59:25 -0400 |
| commit | ce9ab017ef2a271afe69bb61ea449eb89de1ad47 (patch) | |
| tree | fdeba222052df92f2f39c00f6e31a4dcc5c0f786 | |
| parent | a614b87494683cbe3554dff0bf90070b77dc8835 (diff) | |
| download | AleeBot-ce9ab017ef2a271afe69bb61ea449eb89de1ad47.tar.gz AleeBot-ce9ab017ef2a271afe69bb61ea449eb89de1ad47.tar.bz2 AleeBot-ce9ab017ef2a271afe69bb61ea449eb89de1ad47.zip | |
I hope this fixes everything
| -rw-r--r-- | bot_discord.js | 1 |
1 files changed, 0 insertions, 1 deletions
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);
|
