diff --git a/requirements.txt b/requirements.txt index fd367901..d94f30ec 100644 Binary files a/requirements.txt and b/requirements.txt differ diff --git a/src/plugins/chat/willing_manager.py b/src/plugins/chat/willing_manager.py index 79d23606..df41ba42 100644 --- a/src/plugins/chat/willing_manager.py +++ b/src/plugins/chat/willing_manager.py @@ -27,7 +27,7 @@ class WillingManager: current_willing = self.group_reply_willing.get(group_id, 0) if topic and current_willing < 1: - current_willing += 0.3 + current_willing += 0.2 elif topic: current_willing += 0.05