mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 10:19:11 +02:00
Fixes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user