This commit is contained in:
cdle
2021-09-28 00:37:19 +08:00
parent 42c96fa9b3
commit 0570a8d11e
+6
View File
@@ -202,6 +202,12 @@ func initSys() {
return fmt.Sprint(s.GetUserID())
},
},
{
Rules: []string{"raw ^groupCode$"},
Handle: func(s Sender) interface{} {
return fmt.Sprint(s.GetChatID())
},
},
{
Rules: []string{"raw ^compiled_at$"},
Handle: func(s Sender) interface{} {