This commit is contained in:
cdle
2021-10-22 12:15:07 +08:00
parent 706f1304b7
commit 4b5b070b4d
-13
View File
@@ -1,13 +0,0 @@
package core
func init() {
AddCommand("", []Function{
{
Admin: true,
Rules: []string{"raw (吃早点)", "raw (午饭)", "raw (饿了么)", "raw (饿了)", "raw (外卖)", "raw (美团)"},
Handle: func(s Sender) interface{} {
return nil
},
},
})
}