Skip to content

Commit

Permalink
fix #60
Browse files Browse the repository at this point in the history
fix #60
  • Loading branch information
LHXnois authored and cleoold committed Apr 27, 2022
1 parent eaa850e commit 9d2c864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiocqhttp/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def iter_function_name_and_extra() -> Iterable[Tuple[str, str]]:
for cqcode in re.finditer(
r'\[CQ:(?P<type>[a-zA-Z0-9-_.]+)'
r'(?P<params>'
r'(?:,[a-zA-Z0-9-_.]+=[^,\]]+)*'
r'(?:,[a-zA-Z0-9-_.]+=[^,\]]*)*'
r'),?\]',
msg_str,
):
Expand Down

0 comments on commit 9d2c864

Please sign in to comment.