reply

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

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

Parameters

message

the message to reply with

See also


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

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