mirror of https://github.com/Mai-with-u/MaiBot.git
parent
1c977ce2ca
commit
8411bb13dd
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue