reply

@CheckReturnValue
abstract fun reply(text: CharSequence): MessageCreateAction(source)

Sends a reply in the event's channel

Return

RestAction to send the message

Parameters

text

CharSequence to send to the event channel

See also


@CheckReturnValue
abstract fun reply(embed: MessageEmbed, other: Array<MessageEmbed>): MessageCreateAction(source)

Sends a reply in the event's channel

Return

RestAction to send the message

Parameters

embed

MessageEmbed to send to the event channel

other

Additional embeds to send

See also