Improve bot version update message

This commit is contained in:
Capybara-z
2025-07-04 17:41:11 +03:00
parent 38eeeab300
commit 11ab7b5fb6
+1 -1
View File
@@ -93,7 +93,7 @@ def get_git_commit_number() -> str:
)
except Exception:
return ""
return f"\n(Требуется обновление через CLI, команда <code>sudo solobot</code>)"
version = f"v4.4-b030735{get_git_commit_number()}"