modified: src/recv_handler.py

pull/5/head
Bakadax 2025-04-15 09:35:28 +08:00
parent 1321bc218f
commit 6fe7e672e0
1 changed files with 0 additions and 1 deletions

View File

@ -386,7 +386,6 @@ class RecvHandler:
"""
message_id = raw_message.get("data").get("id")
message_detail: dict = await get_message_detail(self.server_connection, message_id)
logger.warning(message_detail)
if not message_detail:
logger.warning("获取被引用的消息详情失败")
return None