This commit is contained in:
GregTCLTK 2019-11-16 22:45:40 +01:00
parent 465f7a3c29
commit ea807383f3
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67

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();
}