Class InfinityFetcher

Hierarchy

  • InfinityFetcher

Constructors

Properties

Methods

Constructors

Properties

botID: string

Methods

  • GET BOT INFORMATION

    Returns Promise<{
        banner: any;
        bot_id: any;
        client_id: any;
        invite: any;
        owner: any;
        perks: {
            captchas: any;
            certified: any;
        };
        state: any;
        stats: {
            guild_count: any;
            invites: any;
            shard_count: any;
            total_views: any;
            unique_views: any;
            user_count: any;
            vote_count: any;
        };
        team: any;
    }>

  • GET USER VOTE INFORMATION

    Parameters

    • Optional userID: string

      the discord user id to fetch vote info for

    Returns Promise<{
        has_voted: any;
        valid_votes: any;
        vote_info: any;
        wait: any;
    }>

Generated using TypeDoc