We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d411f commit e351332Copy full SHA for e351332
plugin/niuniu/main.go
@@ -154,8 +154,8 @@ func init() {
154
"使用说明:\n"+
155
"商品id-商品数量\n"+
156
"如想购买10个伟哥\n"+
157
- "即:1-10"),
158
- message.Text("牛牛商店当前售卖的物品如下")))
+ "即:1-10")))
+ messages = append(messages, ctxext.FakeSenderForwardNode(ctx, message.Text("牛牛商店当前售卖的物品如下")))
159
for id := 1; id <= len(propMap); id++ {
160
product := propMap[id]
161
productInfo := fmt.Sprintf("商品%d\n商品名: %s\n商品价格: %dATRI币\n商品作用域: %s\n商品描述: %s",
0 commit comments