sendEmbed

open fun sendEmbed(embed: MessageEmbed): WebhookMessageAction<Message>

Send a follow-up message with the given embed.

Return

A WebhookMessageAction

Parameters

embed

The embed.


open fun sendEmbed(builder: EmbedBuilder): WebhookMessageAction<Message>

Send a follow-up message with the given embed.

Return

A WebhookMessageAction

Parameters

builder

The embed builder.


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

Send a follow-up message with the given embed.

Return

A WebhookMessageAction

Parameters

builder

The embed builder function.