mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-30 17:50:03 +00:00
🐛 fix command parse error
This commit is contained in:
@ -313,7 +313,7 @@ async def handle_event(bot: "Bot", event: "Event") -> None:
|
|||||||
return
|
return
|
||||||
|
|
||||||
# Trie Match
|
# Trie Match
|
||||||
_, _ = TrieRule.get_value(bot, event, state)
|
TrieRule.get_value(bot, event, state)
|
||||||
|
|
||||||
break_flag = False
|
break_flag = False
|
||||||
for priority in sorted(matchers.keys()):
|
for priority in sorted(matchers.keys()):
|
||||||
|
Reference in New Issue
Block a user