@tanzanite/discord-akairo
    Preparing search index...

    Type Alias BaseArgumentOptions

    Base Argument options

    type BaseArgumentOptions = {
        modifyOtherwise?: OtherwiseContentModifier;
        otherwise?: MessageSendResolvable | OtherwiseContentSupplier;
    }

    Hierarchy (View Summary)

    Index

    Properties

    modifyOtherwise?: OtherwiseContentModifier

    Function to modify otherwise content.

    otherwise?: MessageSendResolvable | OtherwiseContentSupplier

    Default text sent if argument parsing fails.