feat: upgrade to new version go-mc

This commit is contained in:
Vaala Cat
2023-12-06 21:40:12 +08:00
parent b023de86ee
commit 511c96c57e
7 changed files with 108 additions and 155 deletions

View File

@@ -11,6 +11,7 @@ var (
)
func CronStart(f func()) {
return
s.Every("1m").Do(f)
s.StartAsync()
}