This commit is contained in:
GregTCLTK 2019-11-16 18:34:48 +01:00
parent ccbc023085
commit a6e1d8c1f1
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67

View file

@ -126,7 +126,7 @@ public class BotList {
try {
new OkHttpClient().newCall(yetanotherbotlist).execute().close();
System.out.println("Successfully postes count to Yet Another Bot List!");
System.out.println("Successfully posted count to Yet Another Bot List!");
} catch (IOException e) {
e.printStackTrace();
}