This commit is contained in:
cdle
2021-09-26 20:12:06 +08:00
parent 2127e79e98
commit f38a752fa5
4 changed files with 15 additions and 4 deletions
+12
View File
@@ -182,6 +182,18 @@ func initSys() {
return fmt.Sprint(s.GetUserID())
},
},
{
Rules: []string{"raw ^compiled_at$"},
Handle: func(s Sender) interface{} {
return sillyGirl.Get("compiled_at")
},
},
{
Rules: []string{"raw ^started_at$"},
Handle: func(s Sender) interface{} {
return sillyGirl.Get("started_at")
},
},
})
}