Type Alias OtherwiseContentSupplier

OtherwiseContentSupplier: (
    this: Argument,
    message: TextCommandMessage,
    data: FailureData,
) => SyncOrAsync<MessageSendResolvable>

A function returning the content if argument parsing fails.

Type declaration