diff options
| author | Alee <alee14498@gmail.com> | 2018-03-24 19:45:44 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-24 19:45:44 -0400 |
| commit | 157a58e4c1f4108a966c28893094aeab7513492b (patch) | |
| tree | 6d7de7a6f034d0b9561fa27fb16b60647a082fc4 | |
| parent | 485deb62a25f424912375868bc254e7668b01192 (diff) | |
| parent | 593ba093cfc0e9bb6dc3f4060a935ad19d748530 (diff) | |
| download | AleeBot-157a58e4c1f4108a966c28893094aeab7513492b.tar.gz AleeBot-157a58e4c1f4108a966c28893094aeab7513492b.tar.bz2 AleeBot-157a58e4c1f4108a966c28893094aeab7513492b.zip | |
Merge branch 'beta' of https://github.com/AleeCorp/AleeBot into beta
| -rw-r--r-- | src/bot_discord.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bot_discord.js b/src/bot_discord.js index 3d7a3ee..cb828b9 100644 --- a/src/bot_discord.js +++ b/src/bot_discord.js @@ -16,6 +16,7 @@ console.log('Welcome to AleeBot NodeJS Terminal!'); client.apikey = config.ytapikey;
client.commands = new Discord.Collection();
client.aliases = new Discord.Collection();
+client.servers = {};
fs.readdir('./commands', (err, files) => {
if (err) console.error(err);
|
