sendEmbed

fun sendEmbed(embed: MessageEmbed): WebhookMessageCreateAction<Message>

Send a follow-up message with the given embed.

Return

A net.dv8tion.jda.api.requests.restaction.WebhookMessageCreateAction

Parameters

embed

The embed.


fun sendEmbed(builder: EmbedBuilder): WebhookMessageCreateAction<Message>

Send a follow-up message with the given embed.

Return

A net.dv8tion.jda.api.requests.restaction.WebhookMessageCreateAction

Parameters

builder

The embed builder.


fun sendEmbed(builder: EmbedBuilder.() -> Unit): WebhookMessageCreateAction<Message>

Send a follow-up message with the given embed.

Return

A net.dv8tion.jda.api.requests.restaction.WebhookMessageCreateAction

Parameters

builder

The embed builder function.