respondFormat

@CheckReturnValue
abstract fun respondFormat(@NotNull format: @NotNull String, @NotNull args: Array<@NotNull Any>): @NotNull MessageCreateAction(source)

Sends a response in the event's channel

Return

RestAction to send the message

Parameters

format

Formatting String to use for formatting the message sent to the event channel

args

Objects to use for formatting

See also