replyEmbed

open fun replyEmbed(embed: MessageEmbed): ReplyAction

Reply to the event with the given embed.

Return

A WebhookMessageAction

Parameters

embed

The embed.


open fun replyEmbed(builder: EmbedBuilder): ReplyAction

Reply to the event with the given embed.

Return

A WebhookMessageAction

Parameters

builder

The embed builder.


open fun replyEmbed(builder: EmbedBuilder.() -> Unit): ReplyAction

Reply to the event with the given embed.

Return

A WebhookMessageAction

Parameters

builder

The embed builder function.