indicateErrorFormat

@CheckReturnValue
abstract fun indicateErrorFormat(@NotNull format: @NotNull String, @NotNull args: Array<@NotNull Any>): @NotNull RestAction<Message>(source)

Sends an error 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