diff options
| author | Alee <alee14498@gmail.com> | 2018-03-29 15:24:11 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-29 15:24:11 -0400 |
| commit | 322bf0ae247eaed29e62953ae4274612f694de92 (patch) | |
| tree | 86c7952c07f99b5ff3647fb700ef59b4dd7050d7 /bot_discord.js | |
| parent | 70826e2aad2e18ef9dc533b81e302678eecfe3ee (diff) | |
| download | AleeBot-322bf0ae247eaed29e62953ae4274612f694de92.tar.gz AleeBot-322bf0ae247eaed29e62953ae4274612f694de92.tar.bz2 AleeBot-322bf0ae247eaed29e62953ae4274612f694de92.zip | |
It's not the music commands fault :/
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 ce451be..2d9a488 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 = {};
|
