send Embed
open fun sendEmbed(embed: MessageEmbed): WebhookMessageCreateAction<Message>
Content copied to clipboard
Send a follow-up message with the given embed.
Return
A WebhookMessageAction
Parameters
embed
The embed.
open fun sendEmbed(builder: EmbedBuilder): WebhookMessageCreateAction<Message>
Content copied to clipboard
Send a follow-up message with the given embed.
Return
A WebhookMessageAction
Parameters
builder
The embed builder.
open fun sendEmbed(builder: EmbedBuilder.() -> Unit): WebhookMessageCreateAction<Message>
Content copied to clipboard
Send a follow-up message with the given embed.
Return
A WebhookMessageAction
Parameters
builder
The embed builder function.