feat: add /update command for owner-only self-update and restart

This commit is contained in:
Xiaolan Bot
2026-02-25 15:21:47 +08:00
parent 23feb6ba1b
commit 214dadad45
3 changed files with 89 additions and 0 deletions

View File

@@ -1,2 +1,5 @@
TELEGRAM_TOKEN=""
EXCHANGE_API_KEY=""
UPDATE_OWNER_ID=""
AUTO_UPDATE_REMOTE="gitllc"
AUTO_UPDATE_BRANCH="main"