Skip to content

Commit ef97960

Browse files
committed
[auto] Update typings
1 parent d2cbb54 commit ef97960

File tree

1 file changed

+0
-93
lines changed

1 file changed

+0
-93
lines changed

typings/index.d.ts

-93
Original file line numberDiff line numberDiff line change
@@ -216,63 +216,6 @@ export class Carbon extends ServiceBase {
216216
getBots(): Promise<AxiosResponse>
217217
}
218218

219-
/**
220-
* Represents the Cloud Botlist service.
221-
* @param token - The token/key for the service
222-
*/
223-
export class CloudBotList extends ServiceBase {
224-
constructor(token: string);
225-
/**
226-
* Posts statistics to this service.
227-
* @param options - The options of the request
228-
* @param options.token - The Authorization token for the request
229-
* @param options.clientID - The client ID that the request will post for
230-
* @param options.serverCount - The amount of servers that the client is in
231-
* @param options.userCount - The amount of users that the client cached
232-
*/
233-
static post(options: {
234-
token: string;
235-
clientID: IDResolvable;
236-
serverCount: CountResolvable;
237-
userCount: CountResolvable;
238-
}): Promise<AxiosResponse>
239-
/**
240-
* Gets the bot listed on this service.
241-
* @param id - The bot's ID
242-
*/
243-
getBot(id: IDResolvable): Promise<AxiosResponse>
244-
}
245-
246-
/**
247-
* Represents the Cloud List service.
248-
* @param token - The token/key for the service
249-
*/
250-
export class CloudList extends ServiceBase {
251-
constructor(token: string);
252-
/**
253-
* Posts statistics to this service.
254-
* @param options - The options of the request
255-
* @param options.token - The Authorization token for the request
256-
* @param options.clientID - The client ID that the request will post for
257-
* @param options.serverCount - The amount of servers that the client is in
258-
*/
259-
static post(options: {
260-
token: string;
261-
clientID: IDResolvable;
262-
serverCount: CountResolvable;
263-
}): Promise<AxiosResponse>
264-
/**
265-
* Gets the bot listed on this service.
266-
* @param id - The bot's ID
267-
*/
268-
getBot(id: IDResolvable): Promise<AxiosResponse>
269-
/**
270-
* Gets the list of people who voted this bot on this service.
271-
* @param id - The bot's ID
272-
*/
273-
getBotVotes(id: IDResolvable): Promise<AxiosResponse>
274-
}
275-
276219
/**
277220
* Represents the DBLista service.
278221
* @param token - The token/key for the service
@@ -569,42 +512,6 @@ export class DiscordExtremeList extends ServiceBase {
569512
getWidgetURL(id: IDResolvable, query?: Query): string
570513
}
571514

572-
/**
573-
* Represents the Divine Discord Bots service.
574-
* @param token - The token/key for the service
575-
*/
576-
export class DivineDiscordBots extends ServiceBase {
577-
constructor(token: string);
578-
/**
579-
* Posts statistics to this service.
580-
* @param options - The options of the request
581-
* @param options.token - The Authorization token for the request
582-
* @param options.clientID - The client ID that the request will post for
583-
* @param options.serverCount - The amount of servers that the client is in
584-
*/
585-
static post(options: {
586-
token: string;
587-
clientID: IDResolvable;
588-
serverCount: CountResolvable;
589-
}): Promise<AxiosResponse>
590-
/**
591-
* Gets the statistics of your bot on this service.
592-
* @param id - The bot's ID
593-
*/
594-
getBotStats(id: IDResolvable): Promise<AxiosResponse>
595-
/**
596-
* Gets the list of people who voted this bot on this service.
597-
* @param id - The bot's ID
598-
*/
599-
getBotVotes(id: IDResolvable): Promise<AxiosResponse>
600-
/**
601-
* Gets the widget URL for this bot.
602-
* @param id - The bot's ID
603-
* @param [query] - The query string that will be used in the request
604-
*/
605-
getWidgetURL(id: IDResolvable, query?: Query): string
606-
}
607-
608515
/**
609516
* Represents the Glenn Bot List service.
610517
* @param token - The token/key for the service

0 commit comments

Comments
 (0)