Fixed update message

This commit is contained in:
2025-09-21 18:19:53 -05:00
parent c5d619d450
commit 2481ba778b
2 changed files with 5 additions and 1 deletions

2
app.py
View File

@@ -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}'")