Skip to content

Commit 7cce05c

Browse files
author
Rin
committed
fix: remove accidentally added commit message from code
1 parent 0a16df2 commit 7cce05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astrbot/core/platform/sources/aiocqhttp/aiocqhttp_message_event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ async def send_message(
179179
else:
180180
await bot.send_private_file(
181181
user_id=session_id_int, file=file_path, name=file_name
182-
) (refactor: improve file sending logic robustness)
182+
)
183183
else:
184184
messages = await cls._parse_onebot_json(MessageChain([seg]))
185185
if not messages:

0 commit comments

Comments
 (0)