discord-botinator
    Preparing search index...

    Interface SuperCommandArg

    interface SuperCommandArg {
        description: string;
        index: number;
        max?: number;
        min?: number;
        name: string;
        required: boolean;
        type: any;
    }
    Index

    Properties

    description: string
    index: number
    max?: number
    min?: number
    name: string
    required: boolean
    type: any