indicateErrorFormat

@CheckReturnValue
abstract fun indicateErrorFormat(format: String, args: Array<Any>): 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