respond

open suspend fun Message.respond(message: String): Message(source)

Send a message in the same channel as this message.

Parameters

message

the message to respond with

See also


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

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