feat: upgrade mod
continuous-integration/drone/push Build is passing

This commit is contained in:
vaalacat
2024-04-23 12:31:18 +00:00
parent 75944abbc2
commit e39db56969
7 changed files with 34 additions and 12 deletions
+1 -1
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)
}