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