This commit is contained in:
cdle
2021-09-18 17:10:16 +08:00
parent f359fa4a26
commit 201aadd509
+1
View File
@@ -98,6 +98,7 @@ func initSys() {
Handle: func(s Sender) interface{} {
s.Disappear()
sillyGirl.Set("rebootInfo", fmt.Sprintf("%v %v %v", s.GetImType(), s.GetChatID(), s.GetUserID()))
s.Reply("即将重启!", E)
Daemon()
return nil
},