fix: 百分百回复off

pull/624/head
tcmofashi 2025-03-29 14:46:50 +08:00
parent 16f9e365e1
commit 985b872828
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ class ChatBot:
response = None
# 开始组织语言
if random() < reply_probability + 1:
if random() < reply_probability:
bot_user_info = UserInfo(
user_id=global_config.BOT_QQ,
user_nickname=global_config.BOT_NICKNAME,