diff --git a/src/main/java/wtf/beatrice/hidekobot/Cache.java b/src/main/java/wtf/beatrice/hidekobot/Cache.java index 35398fb..be06556 100644 --- a/src/main/java/wtf/beatrice/hidekobot/Cache.java +++ b/src/main/java/wtf/beatrice/hidekobot/Cache.java @@ -234,7 +234,7 @@ public class Cache */ public static String getBotVersion() { - return propertiesSource.getProperty("bot.version"); + return propertiesSource.getProperty("bot.version").toLowerCase(); } /**