YouTube
YouTube embed
{
"content": "{{Url}}"
}
Custom embed
Embed includes thumbnail without ability to watch it in Discord.
{
"embeds": [{
"color": 16711680,
"author": {
"name": "<<<{{ChannelName}}>>>",
"icon_url": "https://avatar-resolver.vercel.app/youtube-avatar/q?url={{Url}}"
},
"title": "<<<{{Title}}>>>",
"url": "{{Url}}",
"description": "<<<{{Description}}>>>",
"image": { "url": "https://avatar-resolver.vercel.app/youtube-thumbnail/q?url={{Url}}" },
"footer": { "text": "Published at {{PublishedAt}}" }
}]
}