123
1
This commit is contained in:
BIN
requirements.txt
BIN
requirements.txt
Binary file not shown.
@@ -27,7 +27,7 @@ class WillingManager:
|
|||||||
current_willing = self.group_reply_willing.get(group_id, 0)
|
current_willing = self.group_reply_willing.get(group_id, 0)
|
||||||
|
|
||||||
if topic and current_willing < 1:
|
if topic and current_willing < 1:
|
||||||
current_willing += 0.3
|
current_willing += 0.2
|
||||||
elif topic:
|
elif topic:
|
||||||
current_willing += 0.05
|
current_willing += 0.05
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user