From f812990e1c7c571bc98f064fd2666727eaff58c5 Mon Sep 17 00:00:00 2001 From: krau <71133316+krau@users.noreply.github.com> Date: Sun, 24 Aug 2025 14:18:43 +0800 Subject: [PATCH] feat: update help command to include usage and feedback group links --- client/bot/handlers/help.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/bot/handlers/help.go b/client/bot/handlers/help.go index 9e975d4..d656891 100644 --- a/client/bot/handlers/help.go +++ b/client/bot/handlers/help.go @@ -21,8 +21,10 @@ Save Any Bot - 转存你的 Telegram 文件 /save [自定义文件名] - 保存文件 /dir - 管理存储目录 /rule - 管理规则 +/update - 检查更新并升级 -使用帮助: https://sabot.unv.app/usage/ +使用帮助: https://sabot.unv.app/usage +反馈群组: https://t.me/ProjectSaveAny ` shortHash := config.GitCommit if len(shortHash) > 7 {