diff options
| author | Alee <alee14498@gmail.com> | 2018-03-30 17:52:34 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-30 17:52:34 -0400 |
| commit | f0798d1a425d0539868ba75a304f9c1de828d75d (patch) | |
| tree | 236387a0c64e88c64addd001b02eb9096c02f7e3 /bot_discord.js | |
| parent | 49e946b143249d627e9f7e4b12e01d5f2c721201 (diff) | |
| download | AleeBot-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.js | 1 |
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);
|
