feat: add update command and callback for version checking and upgrading

This commit is contained in:
krau
2025-08-24 14:16:26 +08:00
parent 764be2a083
commit 492900bbef
6 changed files with 133 additions and 8 deletions

View File

@@ -7,3 +7,7 @@ var (
BuildTime string = "unknown"
GitCommit string = "unknown"
)
const (
GitRepo = "krau/SaveAny-Bot"
)