Compare commits

..

2 Commits

Author SHA1 Message Date
AkashiCoin
ae4f56fa42
Merge 3a03810bcb into d528711641 2025-10-16 17:31:21 +08:00
AkashiCoin
3a03810bcb 🎉 chore(version): Update version to v0.2.4-d528711
Some checks are pending
Sequential Lint and Type Check / ruff-call (push) Waiting to run
Sequential Lint and Type Check / pyright-call (push) Blocked by required conditions
2025-10-16 09:31:18 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
__version__: v0.2.4-4b8013d
__version__: v0.2.4-d528711

View File

@ -74,8 +74,8 @@ async def _(matcher: Matcher, message: UniMsg, session: EventSession):
message_list.append(image)
message_list.append(
"桀桀桀,预判到会有 '笨蛋' 把功能名称当命令用,特地前来嘲笑!"
f"但还是好心来帮帮你啦!\n请at我发送 '帮助 {plugin.name}' 或者"
f" '帮助 {plugin.id}' 来获取该功能帮助!"
f"但还是好心来帮帮你啦!\n请at我发送 '帮助{plugin.name}' 或者"
f" '帮助{plugin.id}' 来获取该功能帮助!"
)
logger.info("检测到功能名称当命令使用,已发送帮助信息", "功能帮助", session=session)
await MessageUtils.build_message(message_list).send(reply_to=True)