respondEmbed

suspend fun ChatCommandSource.respondEmbed(builder: EmbedBuilder.() -> Unit): Message

Builds an EmbedCreateSpec and sends it in the channel that the command was invoked in.


suspend fun ChatCommandSource.respondEmbed(spec: EmbedCreateSpec): Message

Sends an embed based on the EmbedCreateSpec in the channel that the command was invoked in.