Constructors

Properties

Methods

Constructors

Properties

adapters: Record<string, CommandAdapter>

Methods

  • Parameters

    • interaction: ChatInputCommandInteraction<CacheType>

    Returns {
        data: Record<string, unknown> | unknown[];
        route: string;
    }

    • data: Record<string, unknown> | unknown[]
    • route: string
""