From 20ac7f2d2eedbf2e93b0d4d02b4f0993a15bef20 Mon Sep 17 00:00:00 2001 From: Alee Date: Thu, 29 Mar 2018 20:47:37 -0400 Subject: Removing more of the music features --- absettings.json.example | 3 +-- bot_discord.js | 1 - 2 files changed, 1 insertion(+), 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 = {}; -- cgit v1.2.3