This commit is contained in:
cdle
2021-09-13 20:03:58 +08:00
parent 7b7fe96548
commit 734f150931
+1 -1
View File
@@ -149,7 +149,7 @@ func init() {
}, },
}, },
{ {
Rules: []string{`bean sum(?)`}, Rules: []string{`bean(?)`},
Admin: true, Admin: true,
Handle: func(s im.Sender) interface{} { Handle: func(s im.Sender) interface{} {
a := s.Get() a := s.Get()