From d824d05845d81065c50295db2ada591d96d3fdf3 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Thu, 5 Sep 2024 19:01:28 +0800 Subject: [PATCH] chore: add smoke tip --- src/main/kotlin/cn/rtast/fancybot/commands/CigaretteCommand.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/cn/rtast/fancybot/commands/CigaretteCommand.kt b/src/main/kotlin/cn/rtast/fancybot/commands/CigaretteCommand.kt index 67e44d9..bf38def 100644 --- a/src/main/kotlin/cn/rtast/fancybot/commands/CigaretteCommand.kt +++ b/src/main/kotlin/cn/rtast/fancybot/commands/CigaretteCommand.kt @@ -50,6 +50,7 @@ class CigaretteCommand : BaseCommand() { .addText("参考价: 单盒: ${it.packPrice}元 | 整条: ${it.barPrice}元") .addNewLine() } + msg.addNewLine().addText("吸烟有害健康, 尽早戒烟有益健康。") listener.sendGroupMessage(message.groupId, msg.build()) } } \ No newline at end of file