Skip to content

Commit

Permalink
chore(lint): 改进代码样式 (#888)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 13, 2024
1 parent dfe6d34 commit cab917d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/yujn/yujn.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ func init() {
recordType := ctx.State["matched"].(string) // 假设这是获取消息文本的方式
recordURL := urlMap[recordType]
ctx.SendChain(message.Record(recordURL))

})
engine.OnFullMatchGroup([]string{"随机骚话", "土味情话", "随机污句子"}).SetBlock(true).Limit(ctxext.LimitByUser).Handle(func(ctx *zero.Ctx) {
textType := ctx.State["matched"].(string) // 假设这是获取消息文本的方式
Expand Down

0 comments on commit cab917d

Please sign in to comment.