From 201aadd50984fe634513e6772bc03021b525ce6d Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Sat, 18 Sep 2021 17:10:16 +0800 Subject: [PATCH] update --- core/test.go | 1 + 1 file changed, 1 insertion(+) 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 },