This commit is contained in:
cdle
2021-09-18 16:12:46 +08:00
parent cfe5e163fc
commit b78755f804
+1
View File
@@ -95,6 +95,7 @@ func initSys() {
Admin: true,
Handle: func(s im.Sender) interface{} {
s.Disappear()
sillyGirl.Set("rebootInfo", fmt.Sprintf("%v %v %v", s.GetImType(), s.GetChatID(), s.GetUserID()))
Daemon()
return nil
},