diff --git a/constants/fokabotCommands.py b/constants/fokabotCommands.py index 2eec0df..b236995 100644 --- a/constants/fokabotCommands.py +++ b/constants/fokabotCommands.py @@ -360,7 +360,13 @@ def systemStatus(fro, chan, message): data = systemHelper.getSystemInfo() # Final message + letsVersion = glob.redis.get("lets:version") + if letsVersion is None: + letsVersion = "\_(xd)_/" + else: + letsVersion = letsVersion.decode("utf-8") msg = "pep.py bancho server v{}\n".format(glob.VERSION) + msg += "LETS scores server v{}\n".format(letsVersion) msg += "made by the Ripple team\n" msg += "\n" msg += "=== BANCHO STATS ===\n"