mirror of https://github.com/Mai-with-u/MaiBot.git
fix: 百分百回复off
parent
16f9e365e1
commit
985b872828
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue