Class HelpCommand

Hierarchy

Constructors

Properties

commands: CommandObject[]
contexts: ContextMenuObject[]
interactions: InteractionObject[]

Methods

  • Parameters

    • q: string

    Returns null | {
        aliases?: string[];
        description?: string;
        fallback?: boolean;
        name: string;
        subcommands: {
            aliases: string[];
            allowed: string[];
            description: string;
            full: string;
            group?: GroupObject;
            key: string;
            maker: any;
            name: string;
            params: TypeOfParam<ParamType>[];
            plugins: Plugin[];
            regexp: RegExp;
        }[];
        usage?: string;
    }

Generated using TypeDoc