From 75e23480cc2fdc4074b1c4f49cd70427d5a07abd Mon Sep 17 00:00:00 2001 From: Alee Date: Mon, 26 Mar 2018 15:05:48 -0400 Subject: Removing the music command --- bot_discord.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot_discord.js') diff --git a/bot_discord.js b/bot_discord.js index 83dc12e..97405ea 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -31,7 +31,7 @@ const fs = require('fs'); const config = require('./absettings.json'); console.log('Welcome to AleeBot NodeJS Terminal!'); -client.apikey = config.ytapikey; +// client.apikey = config.ytapikey; client.commands = new Discord.Collection(); client.aliases = new Discord.Collection(); client.servers = {}; -- cgit v1.2.3