We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff577cc commit 82c421fCopy full SHA for 82c421f
src/nonebot_plugin_nyaturingtest/session.py
@@ -703,7 +703,7 @@ def __feedback_stage(
703
chat_chance = response_dict["willing"]["2"]
704
logger.debug(f"nyabot对话意愿:{chat_chance}")
705
706
- random_value = random.uniform(0.0, 1.0)
+ random_value = random.uniform(0.3, 0.7)
707
logger.debug(f"意愿转变随机值:{random_value}")
708
709
match self.__chatting_state:
0 commit comments