From 822848e16738a39f02ab6ff996c5156d8adce18a Mon Sep 17 00:00:00 2001 From: Bakadax Date: Thu, 27 Mar 2025 09:49:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=97=A0=E7=94=A8=E6=89=93?= =?UTF-8?q?=E5=8D=B0=E8=AF=AD=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/chat/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/chat/utils.py b/src/plugins/chat/utils.py index be2748e3..8a419be4 100644 --- a/src/plugins/chat/utils.py +++ b/src/plugins/chat/utils.py @@ -549,6 +549,5 @@ def is_reply_bot_in_message(reply_message) -> bool: if reply_message != None: reply_user_id = reply_message.sender.user_id if reply_user_id == global_config.BOT_QQ: - logger.exception(f"is reply: True") return True return False \ No newline at end of file