diff --git a/src/main/java/com/bbn/hadder/utils/BotList.java b/src/main/java/com/bbn/hadder/utils/BotList.java index 4bbc9d5..2cd8a2e 100644 --- a/src/main/java/com/bbn/hadder/utils/BotList.java +++ b/src/main/java/com/bbn/hadder/utils/BotList.java @@ -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(); }