Skip to content

YouTube Videos In WebEmbeds? #299

Answered by aiko-chan-ai
KeplerIO asked this question in Q&A
Discussion options

You must be logged in to vote
if(command == "embedtest") {
    let embed = new WebEmbed();
    embed.setImage("https://i.ytimg.com/vi/EqXBrT8h98I/maxresdefault.jpg")
    embed.setVideo("https://www.youtube.com/embed/EqXBrT8h98I");
    message.channel.send({embeds: embed});
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@KeplerIO
Comment options

Answer selected by KeplerIO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants