respondEmbed

open suspend fun Message.respondEmbed(message: String = "", block: Embed.() -> Unit): Message(source)

Deprecated

Simplified to respond with optional embed builder

Replace with

respond

Send an embed in the same channel as this message.

Parameters

message

the message to respond with

block

a block to set the embed parameters with

See also