replyEmbed

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

Deprecated

Simplified to reply with optional embed builder

Replace with

reply

Sends a reply to an existing message using the Discord reply feature.

Parameters

message

the message to reply with

block

a block to set the embed parameters with

See also