修复变量名遮蔽问题

This commit is contained in:
2026-02-25 13:52:25 +08:00
parent ba15841836
commit 3ddf81e7de

View File

@ -4,11 +4,11 @@ from nonebot_plugin_alconna import UniMessage, UniMsg, Text
from konabot.common.nb.match_keyword import match_keyword
evt_nya_v2 = on_message(rule=match_keyword(""))
evt_nya = on_message(rule=match_keyword(""))
@evt_nya_v2.handle()
@evt_nya.handle()
async def _():
await evt_nya_v2.send(await UniMessage().text("").export())
await evt_nya.send(await UniMessage().text("").export())
NYA_SYMBOL_MAPPING = {