Fixed update message
This commit is contained in:
@@ -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
|
||||
|
||||
2
app.py
2
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}'")
|
||||
|
||||
Reference in New Issue
Block a user