discord-botinator
    Preparing search index...

    Interface SuperCommandRoute

    interface SuperCommandRoute {
        args: SuperCommandArg[];
        description: string;
        func: Function;
        name: string;
    }
    Index

    Properties

    description: string
    func: Function
    name: string