🐛 fix command parse error

This commit is contained in:
yanyongyu 2021-12-23 16:01:09 +08:00
parent 0839d6d062
commit b9f1890d80

View File

@ -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()):