fix: git commit display

This commit is contained in:
krau
2025-06-08 16:07:23 +08:00
parent c7c458f147
commit 2bc290b57d

View File

@@ -35,6 +35,6 @@ Save Any Bot - 转存你的 Telegram 文件
`
func help(ctx *ext.Context, update *ext.Update) error {
ctx.Reply(update, ext.ReplyTextString(fmt.Sprintf(helpText, common.Version, common.GitCommit[:7])), nil)
ctx.Reply(update, ext.ReplyTextString(fmt.Sprintf(helpText, common.Version, common.GitCommit)), nil)
return dispatcher.EndGroups
}