Remove botlist which no longer exists
This commit is contained in:
parent
62eb40a56c
commit
f2ff1ccc05
1 changed files with 0 additions and 16 deletions
|
|
@ -36,7 +36,6 @@ public class BotList {
|
||||||
private static String DiscordBoats = "https://discord.boats/api/bot/637002314162372639";
|
private static String DiscordBoats = "https://discord.boats/api/bot/637002314162372639";
|
||||||
private static String YetAnotherBotList = "https://yabl.xyz/api/bot/637002314162372639/stats";
|
private static String YetAnotherBotList = "https://yabl.xyz/api/bot/637002314162372639/stats";
|
||||||
private static String DiscordExtremeList = "https://api.discordextremelist.xyz/v1/bot/637002314162372639";
|
private static String DiscordExtremeList = "https://api.discordextremelist.xyz/v1/bot/637002314162372639";
|
||||||
private static String DiscordBotReviews = "https://discordbotreviews.xyz/api/bot/637002314162372639/stats";
|
|
||||||
private static String DiscordBots = "https://top.gg/api/bots/637002314162372639/stats";
|
private static String DiscordBots = "https://top.gg/api/bots/637002314162372639/stats";
|
||||||
private static String BotListSpace = "https://api.botlist.space/v1/bots/637002314162372639";
|
private static String BotListSpace = "https://api.botlist.space/v1/bots/637002314162372639";
|
||||||
private static String DiscordBots2 = "https://discord.bots.gg/api/v1/bots/637002314162372639/stats";
|
private static String DiscordBots2 = "https://discord.bots.gg/api/v1/bots/637002314162372639/stats";
|
||||||
|
|
@ -151,21 +150,6 @@ public class BotList {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Discord Bot Reviews
|
|
||||||
|
|
||||||
Request discordbotreviews = new Request.Builder()
|
|
||||||
.url(DiscordBotReviews)
|
|
||||||
.post(body)
|
|
||||||
.addHeader("Authorization", config.getDiscordBotReviewsToken())
|
|
||||||
.build();
|
|
||||||
|
|
||||||
try {
|
|
||||||
new OkHttpClient().newCall(discordbotreviews).execute().close();
|
|
||||||
System.out.println("Successfully posted count to Discord Bot Reviews!");
|
|
||||||
} catch (IOException e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
|
|
||||||
// Discord Bots
|
// Discord Bots
|
||||||
|
|
||||||
Request discordbots = new Request.Builder()
|
Request discordbots = new Request.Builder()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue