typo: mcfish Modify Text (#945)

1. 去除README文件中gocqhttp相关内容
2. 修正mcfish中鱼竿名写死的问题
This commit is contained in:
CUU_rooooo!
2024-08-05 18:45:31 +08:00
committed by GitHub
parent 7329426fa4
commit 0afe577b1b
2 changed files with 1 additions and 3 deletions

View File

@@ -495,7 +495,7 @@ func init() {
}
ctx.Send(
message.ReplyWithMessage(ctx.Event.MessageID,
message.Text(thingName, "合成成功:", upgradeNum/3, "个铁竿\n属性: ", attribute),
message.Text("成功合成", upgradeNum/3, "个", thingName, "\n属性: ", attribute),
),
)
})