diff --git a/CHANGELOG.md b/CHANGELOG.md index f1a09ee..dccf5e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.0.8 + +- Fixed update message + # 1.0.7 - Fixed JFA-GO API keys expiring. The bot now schedules a key refresh diff --git a/app.py b/app.py index 00c6fc6..df422ee 100644 --- a/app.py +++ b/app.py @@ -1915,7 +1915,7 @@ async def check_for_updates(): await log_channel.send( f"📌 Current version: `{BOT_VERSION}`\n" f"⬆️ Latest version: `{latest_version}`\n" - f"⚠️ **Update available for Jellyfin Bot! Get it here:**\n\n" + f"⚠️ **Update available for Jellycord! Get it here:**\n\n" f"{RELEASES_URL}" ) log_event(f"Latest Version:'{latest_version}', Current Version: '{BOT_VERSION}'")