@@ -216,63 +216,6 @@ export class Carbon extends ServiceBase {
216
216
getBots ( ) : Promise < AxiosResponse >
217
217
}
218
218
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
-
276
219
/**
277
220
* Represents the DBLista service.
278
221
* @param token - The token/key for the service
@@ -569,42 +512,6 @@ export class DiscordExtremeList extends ServiceBase {
569
512
getWidgetURL ( id : IDResolvable , query ?: Query ) : string
570
513
}
571
514
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
-
608
515
/**
609
516
* Represents the Glenn Bot List service.
610
517
* @param token - The token/key for the service
0 commit comments