Skip to content

Commit

Permalink
Update pole.go
Browse files Browse the repository at this point in the history
  • Loading branch information
fangliuyu authored Sep 2, 2023
1 parent 18eb9be commit 36a9078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/mcfish/pole.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ func init() {
return
}
max := len(articles)
if max == 0 {
if max < 3 {
ctx.SendChain(message.Reply(ctx.Event.MessageID), message.Text("你的合成材料不足"))
return
}
Expand Down

0 comments on commit 36a9078

Please sign in to comment.