From ec6b5cd95fe5a35c2147d87b48cf068465851764 Mon Sep 17 00:00:00 2001 From: XBC_D2O Date: Wed, 19 Mar 2025 22:17:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=A2=AB@=E5=90=8E=E7=AD=89?= =?UTF-8?q?=E5=BE=85=E6=97=B6=E9=97=B4=EF=BC=8C=E4=BB=8E10=E7=A7=92?= =?UTF-8?q?=E5=87=8F=E5=B0=91=E5=88=B05=E7=A7=92=EF=BC=8C=E4=BB=A5?= =?UTF-8?q?=E6=8F=90=E9=AB=98=E5=93=8D=E5=BA=94=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/chat/bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/chat/bot.py b/src/plugins/chat/bot.py index 2d91d86d..84c1c27c 100644 --- a/src/plugins/chat/bot.py +++ b/src/plugins/chat/bot.py @@ -158,8 +158,8 @@ class ChatBot: is_mentioned = is_mentioned_bot_in_message(message) if is_mentioned: - #如果被@等待下文10秒 - await asyncio.sleep(10) + #如果被@等待下文5秒 + await asyncio.sleep(5) logger.info(f"被@,等待下文") reply_probability = await willing_manager.change_reply_willing_received(