diff options
| author | Alee <alee14498@gmail.com> | 2018-03-26 15:05:48 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-26 15:05:48 -0400 |
| commit | 75e23480cc2fdc4074b1c4f49cd70427d5a07abd (patch) | |
| tree | 774ad8c1f58fc6d0b673ef9a736bc16322e1a54c /bot_discord.js | |
| parent | 9a20f6e791132f354826f834b62bec021a92c508 (diff) | |
| download | AleeBot-75e23480cc2fdc4074b1c4f49cd70427d5a07abd.tar.gz AleeBot-75e23480cc2fdc4074b1c4f49cd70427d5a07abd.tar.bz2 AleeBot-75e23480cc2fdc4074b1c4f49cd70427d5a07abd.zip | |
Removing the music command
Diffstat (limited to 'bot_discord.js')
| -rw-r--r-- | bot_discord.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 = {};
|
