url
Sets link for title in your webhook message. Requires title
variable and turns it into hyperlink.
Example:
{
"embeds": [{
"title": "Google it!",
"url": "https://google.com/"
}]
}
Sets link for title in your webhook message. Requires title
variable and turns it into hyperlink.
Example:
{
"embeds": [{
"title": "Google it!",
"url": "https://google.com/"
}]
}