修改了willing的classical

This commit is contained in:
SengokuCola
2025-03-14 23:45:28 +08:00
parent ef0504079c
commit dc054d456b
3 changed files with 14 additions and 13 deletions

View File

@@ -216,7 +216,6 @@ class ChatBot:
is_mentioned = is_mentioned_bot_in_message(message)
reply_probability = await willing_manager.change_reply_willing_received(
chat_stream=chat,
topic=topic[0] if topic else None,
is_mentioned_bot=is_mentioned,
config=global_config,
is_emoji=message.is_emoji,