DisBot
    Preparing search index...
    default: {
        id: string;
        options: {
            botPermissions: any[];
            cooldown: number;
            isGuildOwner: boolean;
            once: boolean;
            userHasOnePermission: boolean;
            userPermissions: bigint[];
        };
        type: DisBotInteractionType;
        execute(
            interaction: AnySelectMenuInteraction,
            client: ExtendedClient,
        ): Promise<InteractionResponse<boolean>>;
    }

    Type Declaration