feat: upgrade mod
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
vaalacat
2024-04-23 11:30:28 +00:00
parent 75944abbc2
commit e39db56969
7 changed files with 34 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ import (
func StartBridgeClient() {
for {
if err := Run(); err != nil {
utils.SendMsg("致命错误:" + err.Error())
utils.SendMsgToGroup("致命错误:" + err.Error())
}
time.Sleep(time.Second * 5)
}