replugged

    Interface InexecutableRepluggedCommand<T>

    interface InexecutableRepluggedCommand<T extends CommandOptions> {
        applicationId?: string;
        description: string;
        displayDescription?: string;
        displayName?: string;
        id?: string;
        name: string;
        options?: readonly T[];
        section?: RepluggedCommandSection;
        type?: number;
        usage?: string;
    }

    Type Parameters

    Index

    Properties

    applicationId?: string
    description: string
    displayDescription?: string
    displayName?: string
    id?: string
    name: string
    options?: readonly T[]
    type?: number
    usage?: string
    MMNEPVFCICPMFPCPTTAAATR