Skip to content

Commit cab917d

Browse files
chore(lint): 改进代码样式 (#888)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dfe6d34 commit cab917d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugin/yujn/yujn.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ func init() {
103103
recordType := ctx.State["matched"].(string) // 假设这是获取消息文本的方式
104104
recordURL := urlMap[recordType]
105105
ctx.SendChain(message.Record(recordURL))
106-
107106
})
108107
engine.OnFullMatchGroup([]string{"随机骚话", "土味情话", "随机污句子"}).SetBlock(true).Limit(ctxext.LimitByUser).Handle(func(ctx *zero.Ctx) {
109108
textType := ctx.State["matched"].(string) // 假设这是获取消息文本的方式

0 commit comments

Comments
 (0)