gampang - v2.3.7
    Preparing search index...

    Interface CommandOptions

    interface CommandOptions {
        aliases?: string[];
        category?: string;
        cooldown?: number;
        cooldownMessage?: (ctx: Context) => void | Promise<void>;
        description?: string;
        groupOnly?: boolean;
        ownerOnly?: boolean;
        privateOnly?: boolean;
    }
    Index

    Properties

    aliases?: string[]
    category?: string
    cooldown?: number
    cooldownMessage?: (ctx: Context) => void | Promise<void>
    description?: string
    groupOnly?: boolean
    ownerOnly?: boolean
    privateOnly?: boolean