Skip to content

Commit e351332

Browse files
committed
修改牛牛商店发送的重叠的合并消息
1 parent a3d411f commit e351332

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/niuniu/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ func init() {
154154
"使用说明:\n"+
155155
"商品id-商品数量\n"+
156156
"如想购买10个伟哥\n"+
157-
"即:1-10"),
158-
message.Text("牛牛商店当前售卖的物品如下")))
157+
"即:1-10")))
158+
messages = append(messages, ctxext.FakeSenderForwardNode(ctx, message.Text("牛牛商店当前售卖的物品如下")))
159159
for id := 1; id <= len(propMap); id++ {
160160
product := propMap[id]
161161
productInfo := fmt.Sprintf("商品%d\n商品名: %s\n商品价格: %dATRI币\n商品作用域: %s\n商品描述: %s",

0 commit comments

Comments
 (0)