respondEmbed
open suspend fun Message.respondEmbed(message: String = "", block: Embed.() -> Unit): Message(source)
Deprecated
Simplified to respond with optional embed builder
Replace with
respondContent copied to clipboard
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