diff --git a/core/test.go b/core/test.go index 94b10db..f606599 100644 --- a/core/test.go +++ b/core/test.go @@ -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 },