1
0
forked from bot/app

🐛 修复npm无法显示的问题

This commit is contained in:
2024-08-20 21:39:01 +08:00
parent 598bff8c49
commit 9e2bbe2e5c
10 changed files with 31 additions and 489 deletions

View File

@@ -181,6 +181,6 @@ async def _(bot: T_Bot, event: T_MessageEvent, result: Arparma, matcher: Matcher
else:
pass
if send_as_md:
await md.send_md(reply, bot)
await matcher.send(reply)
else:
await matcher.finish(reply)