This commit is contained in:
cdle
2021-09-27 16:44:14 +08:00
parent 0e0587f5a9
commit 98e5e1ae59
-6
View File
@@ -113,12 +113,6 @@ func initSys() {
return err
}
s.Reply("编译程序完毕。", E)
sillyGirl.Set("rebootInfo", fmt.Sprintf("%v %v %v", s.GetImType(), s.GetChatID(), s.GetUserID()))
s.Reply("更新完成,即将重启!", E)
go func() {
time.Sleep(time.Second)
Daemon()
}()
return nil
},
},