chore: del dress due to 删库

This commit is contained in:
源文雨
2024-05-01 02:42:09 +09:00
parent b09025a330
commit 879948a5c4
7 changed files with 3 additions and 173 deletions

View File

@@ -90,7 +90,7 @@ func init() {
))
})
en.OnPrefixGroup([]string{"随机菜谱", "随便做点菜"}).SetBlock(true).Limit(ctxext.LimitByUser).Handle(func(ctx *zero.Ctx) {
en.OnFullMatchGroup([]string{"随机菜谱", "随便做点菜"}).SetBlock(true).Limit(ctxext.LimitByUser).Handle(func(ctx *zero.Ctx) {
if !initialized {
ctx.SendChain(message.Text("客官,本店暂未开业"))
return