fix(update): Use correct Heroku environment variables

This commit is contained in:
Cursor User
2025-06-18 02:45:48 +02:00
parent db92de7a2d
commit d07ff4c694

View File

@@ -394,7 +394,7 @@ Description: Checks for updates for your userbot.
• `{tr}update now original`: Forces an update from the official Ultroid repo.
Note: Use `{tr}setrepo <your_fork_url>` to update from your own fork."""
if Var.HEROKU_APP and Var.HEROKU_API_KEY:
if Var.HEROKU_API and Var.HEROKU_APP_NAME:
return await event.eor(
"Heroku user! Please update from Heroku dashboard.",
)