From 8411bb13dd7c125f4545f7352d5cbd1261be152d Mon Sep 17 00:00:00 2001 From: SengokuCola <1026294844@qq.com> Date: Sat, 1 Mar 2025 01:28:16 +0800 Subject: [PATCH] 123 1 --- requirements.txt | Bin 1094 -> 1088 bytes src/plugins/chat/willing_manager.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fd3679013e55a21465aac3b40168aebc7b1603ea..d94f30ecda2ab4d5088ad57c1a072d29f1e2b66a 100644 GIT binary patch delta 37 rcmX@cae!lj(nK{rVIziUhBSsmhGK>iAX&hW$q+kH@$F_aMge93yVePh delta 39 scmX@Wag1Yv(nOax6P1KS%NbG`k{F5^@)?pDvVrUpAUk%mKBFKr0P~OvasU7T 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