This commit is contained in:
cdle
2021-09-18 20:46:34 +08:00
parent c46e5a2907
commit 3f0ca48028
+8
View File
@@ -157,6 +157,14 @@ func initSys() {
return v
},
},
{
Admin: true,
Rules: []string{"send ? ? ?"},
Handle: func(s Sender) interface{} {
Push(s.Get(0), Int(s.Get(1)), s.Get(2))
return "发送成功呢"
},
},
})
}