replyFormat

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

Sends a reply 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