replyEmbed

suspend fun Message.replyEmbed(mention: Boolean = true, builder: EmbedBuilder.() -> Unit): Message

Sends a Message with an embed as a reply to the receiver, building the embed from the specified EmbedBuilder.

Sources

jvm source
Link copied to clipboard