You can read more about the component types here: discord.dev.
See here what all can be inside a message here: discord.dev.
{
"content": "@everyone",
"embeds": [
{
"title": "[[STREAMER]] is now live!",
"description": "*[[TITLE]]*",
"color": 35406,
"image": {
"url": "[[IMAGE]]"
},
"footer": {
"text": "Followers: [[FOLLOWERS]]"
}
}
]
}
{
"content": "@here",
"embeds": [
{
"title": "[[STREAMER]] is now live!",
"color": 35406,
}
]
}
{
"content": "🚀 [[STREAMER]] is now live!",
"components": [
{
"type": 1,
"components": [
{
"type": 2,
"label": "Checkout Youtube",
"style": 5,
"url": "https://www.youtube.com/channel/UC8PjGLhvwIyOx6CoS7wrsIg"
},
{
"type": 2,
"label": "Checkout my Website",
"style": 5,
"url": "https://www.kickbot.gg"
}
]
}
]
}