Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DoroWolf authored Nov 29, 2024
1 parent d0c1408 commit 36f3793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bots/aiocqhttp/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def qq_frame_type() -> str:


class CQCodeHandler:
get_supported = ['at', 'face', 'forward', 'json', 'text']
get_supported = ['at', 'face', 'forward', 'image', 'json', 'record', 'text']
pattern = re.compile(r'\[CQ:(\w+),[^\]]*\]')

@staticmethod
Expand Down

0 comments on commit 36f3793

Please sign in to comment.