Skip to content

Commit 9d2c864

Browse files
LHXnoiscleoold
authored andcommitted
fix #60
fix #60
1 parent eaa850e commit 9d2c864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiocqhttp/message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ def iter_function_name_and_extra() -> Iterable[Tuple[str, str]]:
422422
for cqcode in re.finditer(
423423
r'\[CQ:(?P<type>[a-zA-Z0-9-_.]+)'
424424
r'(?P<params>'
425-
r'(?:,[a-zA-Z0-9-_.]+=[^,\]]+)*'
425+
r'(?:,[a-zA-Z0-9-_.]+=[^,\]]*)*'
426426
r'),?\]',
427427
msg_str,
428428
):

0 commit comments

Comments
 (0)