This commit is contained in:
cdle
2021-09-18 08:44:34 +08:00
parent b1dc4cde77
commit 7c5aedfd24
2 changed files with 5 additions and 9 deletions
+2 -1
View File
@@ -41,7 +41,8 @@ func initSys() {
{
Rules: []string{"raw ^重启$"},
Admin: true,
Handle: func(_ im.Sender) interface{} {
Handle: func(s im.Sender) interface{} {
s.Disappear()
Daemon()
return nil
},