DisBot
    Preparing search index...
    default: {
        name: Events;
        execute(
            interaction:
                | ChatInputCommandInteraction<CacheType>
                | AutocompleteInteraction<CacheType>,
            client: ExtendedClient,
        ): Promise<void>;
    }

    Type Declaration

    • name: Events
    • execute: function