Skip to content

Commit

Permalink
🎨 改进代码样式
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 6, 2023
1 parent c0f9ca3 commit 62d1f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/mcfish/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ func init() {
return
}
if !ok {
ctx.SendChain(message.Reply(ctx.Event.MessageID),message.Text("你慢了一步,物品被别人买走了"))
ctx.SendChain(message.Reply(ctx.Event.MessageID), message.Text("你慢了一步,物品被别人买走了"))
return
}
thing.Number -= number
Expand Down

0 comments on commit 62d1f75

Please sign in to comment.