aboutsummaryrefslogtreecommitdiff
path: root/bot_discord.js
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-03-29 20:47:37 -0400
committerAlee <alee14498@gmail.com>2018-03-29 20:47:37 -0400
commit20ac7f2d2eedbf2e93b0d4d02b4f0993a15bef20 (patch)
tree24ca875ae87d26f95d36c4699c4380508a304644 /bot_discord.js
parent9186df66be613004470a2e4ee14e0f7554a2c628 (diff)
downloadAleeBot-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.js1
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 = {};