diff options
| -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 = {};
|
