Tian-que / nonebot-adapter-kaiheila

Kaiheila adapter for nonebot2
MIT License
27 stars 10 forks source link

带有@的消息无法匹配 on_commend #24

Closed kexue-z closed 11 months ago

kexue-z commented 11 months ago

例如:

echo= on_command("echo")

@echo.handle()
async def _(event: Event):
    logger.debug(event)

在kook中发送指令 /echo @人 并不匹配

ssttkkl commented 11 months ago

历史遗留问题,我修一下

ssttkkl commented 11 months ago

v0.2.8已修复 image