Skip to content

Commit

Permalink
Update store.go
Browse files Browse the repository at this point in the history
  • Loading branch information
fangliuyu authored Sep 6, 2023
1 parent f6f9e93 commit f831c00
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugin/mcfish/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ func init() {
msg = append(msg, message.Text(
"[", i, "]", info.Name, " 数量: ", info.Number, "\n"))
}

}
msg = append(msg, message.Reply(ctx.Event.MessageID), message.Text("————————\n输入对应序号进行装备,或回复“取消”取消"))
ctx.Send(msg)
Expand Down Expand Up @@ -300,7 +299,6 @@ func init() {
thingPice := priceList[info.Name] * discountList[info.Name] / 100
pice = append(pice, thingPice)
}

}
if len(thingInfos) > 1 {
msg := make(message.Message, 0, 3+len(thingInfos))
Expand All @@ -313,7 +311,6 @@ func init() {
msg = append(msg, message.Text(
"[", i, "]", info.Name, " 数量:", info.Number, " 价格:", pice[i], "\n"))
}

}
msg = append(msg, message.Text("————————\n输入对应序号进行装备,或回复“取消”取消"))
ctx.Send(message.ReplyWithMessage(ctx.Event.MessageID, msg...))
Expand Down

0 comments on commit f831c00

Please sign in to comment.