mirror of
https://github.com/Zippland/Bubbles.git
synced 2026-01-19 01:21:15 +08:00
0.01 recovery
This commit is contained in:
2
robot.py
2
robot.py
@@ -70,7 +70,7 @@ class Robot(Job):
|
||||
numeric_rate = max(0.0, min(1.0, numeric_rate))
|
||||
self.group_random_reply_mapping[room_id] = numeric_rate
|
||||
|
||||
self.group_random_reply_recovery = 0.02
|
||||
self.group_random_reply_recovery = 0.01
|
||||
self.group_random_reply_state = {}
|
||||
|
||||
if self.group_random_reply_default > 0:
|
||||
|
||||
Reference in New Issue
Block a user