pls work #104

Merged
greg6775 merged 2 commits from greg-dev into master 2019-11-25 15:39:32 +01:00
Showing only changes of commit 71c7c99a08 - Show all commits

View file

@ -167,18 +167,6 @@ public class BotList {
// Discord Bots
Request discordbots = new Request.Builder()
.url(DiscordBots)
.post(body)
.addHeader("Authorization", config.getDiscordBotsToken())
.build();
try {
new OkHttpClient().newCall(discordbots).execute().close();
System.out.println("Successfully posted count to Discord Bots!");
} catch (IOException e) {
e.printStackTrace();
}
}
}