Greg dev #70

Merged
greg6775 merged 3 commits from greg-dev into master 2019-11-16 22:46:11 +01:00
Showing only changes of commit ea807383f3 - Show all commits

View file

@ -142,6 +142,7 @@ public class BotList {
try {
new OkHttpClient().newCall(discordextremelist).execute().close();
System.out.println("Successfully posted count to Discord Extreme List!");
} catch (IOException e) {
e.printStackTrace();
}