调整被@后等待时间,从10秒减少到5秒,以提高响应速度

pull/541/head
XBC_D2O 2025-03-19 22:17:05 +08:00
parent 7063ed8dfa
commit ec6b5cd95f
1 changed files with 2 additions and 2 deletions

View File

@ -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(