- Preparing search index...
- The search index is not available
@infinitylist
Constructors
constructor
- new InfinityFetcher(options?): InfinityFetcher
-
Parameters
-
options: {
auth: string;
botID: string;
} = ...
-
auth: string
-
botID: string
Methods
getBotInfo
- getBotInfo(): 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;
}>
-
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;
}>
getUserVotes
- getUserVotes(userID?): Promise<{
has_voted: any;
valid_votes: any;
vote_info: any;
wait: any;
}>
-
Returns Promise<{
has_voted: any;
valid_votes: any;
vote_info: any;
wait: any;
}>
GET BOT INFORMATION