Revert "透过戳一戳消息"

This commit is contained in:
UnCLAS-Prommer
2025-09-17 20:09:34 +08:00
committed by GitHub
parent a008ca8e66
commit d017a586e2

View File

@@ -150,7 +150,7 @@ class ChatBot:
return False, None, True # 出错时继续处理消息
async def handle_notice_message(self, message: MessageRecv):
if message.message_info.message_id == "notice" and not message.message_info.additional_config.get("target_id"):
if message.message_info.message_id == "notice":
message.is_notify = True
logger.info("notice消息")
# print(message)