diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-03-24 19:18:45 -0400 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-03-24 19:18:45 -0400 |
| commit | d790fdb71931eb3a37161335c8e334601efc9917 (patch) | |
| tree | f023965bc9beb63f940c0c40e7de189f2c6db82e /src/bot_discord.js | |
| parent | 06c0f1af844d23c27d06f42502f5943a18a9004f (diff) | |
| download | AleeBot-d790fdb71931eb3a37161335c8e334601efc9917.tar.gz AleeBot-d790fdb71931eb3a37161335c8e334601efc9917.tar.bz2 AleeBot-d790fdb71931eb3a37161335c8e334601efc9917.zip | |
stuff
Diffstat (limited to 'src/bot_discord.js')
| -rw-r--r-- | src/bot_discord.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bot_discord.js b/src/bot_discord.js index d6ade60..3d7a3ee 100644 --- a/src/bot_discord.js +++ b/src/bot_discord.js @@ -13,6 +13,7 @@ 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();
|
