chore: add smoke tip

This commit is contained in:
2024-09-05 19:01:28 +08:00
parent fb40a5edb4
commit d824d05845
1 file changed
+1
@@ -50,6 +50,7 @@ class CigaretteCommand : BaseCommand() {
.addText("参考价: 单盒: ${it.packPrice}元 | 整条: ${it.barPrice}") .addText("参考价: 单盒: ${it.packPrice}元 | 整条: ${it.barPrice}")
.addNewLine() .addNewLine()
} }
msg.addNewLine().addText("吸烟有害健康, 尽早戒烟有益健康。")
listener.sendGroupMessage(message.groupId, msg.build()) listener.sendGroupMessage(message.groupId, msg.build())
} }
} }