respondMessage
Builds a message spec with only content and sends it in the channel the command was invoked in.
suspend fun ChatCommandSource.respondMessage(builder: MessageBuilder.() -> Unit): Message
Content copied to clipboard
Builds a MessageCreateSpec and sends it in the channel that the command was invoked in.
suspend fun ChatCommandSource.respondMessage(template: MessageCreateSpec): Message
Content copied to clipboard
Sends a message based on the MessageCreateSpec in the channel that the command was invoked in.
suspend fun ChatCommandSource.respondMessage(vararg specs: EmbedCreateSpec): Message
Content copied to clipboard
Sends an embed based on the EmbedCreateSpec in the channel that the command was invoked in.