fix:配置名错误

This commit is contained in:
SengokuCola
2026-05-02 18:47:36 +08:00
parent 6c21f57d8d
commit 6326019390
2 changed files with 2 additions and 2 deletions

View File

@@ -481,7 +481,7 @@ class MaisakaHeartFlowChatting:
should_force_reply = (
reply_probability_boost >= 1.0
or (message.is_at and global_config.chat.at_bot_inevitable_reply)
or (message.is_at and global_config.chat.inevitable_at_reply)
or (message.is_mentioned and global_config.chat.mentioned_bot_reply)
)
if not should_force_reply or (not message.is_at and not message.is_mentioned):