reply

suspend fun Message.reply(builder: MessageBuilder.() -> Unit): Message

Sends a Message as a reply to the receiver, building the message from the specified MessageBuilder.


suspend fun Message.reply(spec: MessageCreateSpec): Message

Sends a Message as a reply to the receiver, building the message from the specified MessageCreateSpec.


suspend fun Message.reply(spec: EmbedCreateSpec): Message

Sends a Message with an embed as a reply to the receiver, building the embed from the specified EmbedCreateSpec.


suspend fun Message.reply(content: String, mention: Boolean = true): Message

Sends a Message as a reply to the receiver, building the message from the specified content.