diff options
| author | Alee <alee14498@gmail.com> | 2018-03-29 20:47:37 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-29 20:47:37 -0400 |
| commit | 20ac7f2d2eedbf2e93b0d4d02b4f0993a15bef20 (patch) | |
| tree | 24ca875ae87d26f95d36c4699c4380508a304644 | |
| parent | 9186df66be613004470a2e4ee14e0f7554a2c628 (diff) | |
| download | AleeBot-20ac7f2d2eedbf2e93b0d4d02b4f0993a15bef20.tar.gz AleeBot-20ac7f2d2eedbf2e93b0d4d02b4f0993a15bef20.tar.bz2 AleeBot-20ac7f2d2eedbf2e93b0d4d02b4f0993a15bef20.zip | |
Removing more of the music features
| -rw-r--r-- | absettings.json.example | 3 | ||||
| -rw-r--r-- | bot_discord.js | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/absettings.json.example b/absettings.json.example index 4894b84..1ade2aa 100644 --- a/absettings.json.example +++ b/absettings.json.example @@ -1,6 +1,5 @@ {
"abtoken": "token",
"ownerID": "242775871059001344",
- "prefix": "ab:",
- "ytapikey": "generate one in google apis youtube v3",
+ "prefix": "ab:"
}
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 = {};
|
