This commit is contained in:
Daniel Odendahl Jr
2017-04-03 21:03:26 +00:00
parent 6ab5286e8e
commit 0151ab34d9
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -38,7 +38,6 @@ module.exports = class YouTubeCommand extends commando.Command {
q: videoToSearch,
key: config.youtubekey
});
//if (!response.body.items[0].snippet) return message.say(':x: Error! No Video Found!');
let data = response.body.items[0];
const embed = new Discord.RichEmbed()
.setColor(0xDD2825)