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

    Type Alias FailureData

    Data passed to functions that run when things failed.

    type FailureData = {
        failure: null | Flag<Fail>;
        phrase: string;
    }
    Index

    Properties

    Properties

    failure: null | Flag<Fail>

    The value that failed if there was one, otherwise null.

    phrase: string

    The input phrase that failed if there was one, otherwise an empty string.