This commit is contained in:
cdle
2021-09-20 19:12:34 +08:00
parent 8e03e4f18d
commit a96cb0538a
+6
View File
@@ -168,6 +168,12 @@ func initSys() {
return "发送成功呢"
},
},
{
Rules: []string{"raw ^myuid$"},
Handle: func(s Sender) interface{} {
return fmt.Sprint(s.GetUserID())
},
},
})
}