We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe6d34 commit cab917dCopy full SHA for cab917d
plugin/yujn/yujn.go
@@ -103,7 +103,6 @@ func init() {
103
recordType := ctx.State["matched"].(string) // 假设这是获取消息文本的方式
104
recordURL := urlMap[recordType]
105
ctx.SendChain(message.Record(recordURL))
106
-
107
})
108
engine.OnFullMatchGroup([]string{"随机骚话", "土味情话", "随机污句子"}).SetBlock(true).Limit(ctxext.LimitByUser).Handle(func(ctx *zero.Ctx) {
109
textType := ctx.State["matched"].(string) // 假设这是获取消息文本的方式
0 commit comments