mirror of https://github.com/Mai-with-u/MaiBot.git
调整被@后等待时间,从10秒减少到5秒,以提高响应速度
parent
7063ed8dfa
commit
ec6b5cd95f
|
|
@ -158,8 +158,8 @@ class ChatBot:
|
||||||
is_mentioned = is_mentioned_bot_in_message(message)
|
is_mentioned = is_mentioned_bot_in_message(message)
|
||||||
|
|
||||||
if is_mentioned:
|
if is_mentioned:
|
||||||
#如果被@等待下文10秒
|
#如果被@等待下文5秒
|
||||||
await asyncio.sleep(10)
|
await asyncio.sleep(5)
|
||||||
logger.info(f"被@,等待下文")
|
logger.info(f"被@,等待下文")
|
||||||
|
|
||||||
reply_probability = await willing_manager.change_reply_willing_received(
|
reply_probability = await willing_manager.change_reply_willing_received(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue