Update probas (lower react, raise ai_reply)
This commit is contained in:
parent
8639ed50d7
commit
f11ca5c320
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ async def on_message(message):
|
|||
await random.choice((reply, react))(message)
|
||||
return
|
||||
|
||||
probas = [10, 2, 20]
|
||||
probas = [10, 5, 10]
|
||||
|
||||
func = random.choices(
|
||||
(reply, ai_reply, react, None), weights=probas + [100 - sum(probas)]
|
||||
|
|
Loading…
Reference in a new issue