feat: add cigarette price

This commit is contained in:
2024-09-05 12:56:07 +08:00
parent 1e3229189e
commit f52204975a
2 files changed
+7 -1

No files matched your search

@@ -47,6 +47,8 @@ class CigaretteCommand : BaseCommand() {
.addNewLine()
.addText("焦油量: ${it.tar}mg | 尼古丁含量: ${it.nicotine}mg")
.addNewLine()
.addText("参考价: 单盒: ${it.packPrice}元 | 整条: ${it.barPrice}")
.addNewLine()
}
listener.sendGroupMessage(message.groupId, msg.build())
}