diff options
| author | Alee <alee14498@gmail.com> | 2018-03-29 20:47:37 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-29 20:47:37 -0400 |
| commit | 20ac7f2d2eedbf2e93b0d4d02b4f0993a15bef20 (patch) | |
| tree | 24ca875ae87d26f95d36c4699c4380508a304644 /bot_discord.js | |
| parent | 9186df66be613004470a2e4ee14e0f7554a2c628 (diff) | |
| download | AleeBot-20ac7f2d2eedbf2e93b0d4d02b4f0993a15bef20.tar.gz AleeBot-20ac7f2d2eedbf2e93b0d4d02b4f0993a15bef20.tar.bz2 AleeBot-20ac7f2d2eedbf2e93b0d4d02b4f0993a15bef20.zip | |
Removing more of the music features
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 03834a3..d0f6faf 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -31,7 +31,6 @@ const fs = require('fs'); const config = require('./absettings.json');
console.log('Welcome to AleeBot NodeJS Terminal!');
-client.apikey = config.ytapikey;
client.commands = new Discord.Collection();
client.aliases = new Discord.Collection();
client.servers = {};
|
