From 9bc8bcf736c5ffdb9e49c58302ffc1b37d41bd03 Mon Sep 17 00:00:00 2001 From: ReneCareenium Date: Wed, 1 Sep 2021 11:50:17 +0200 Subject: [PATCH] three players min better --- rengobot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rengobot.py b/rengobot.py index 119674e..f33c79a 100644 --- a/rengobot.py +++ b/rengobot.py @@ -17,7 +17,7 @@ bot = commands.Bot(command_prefix='$', help_command=None) min_time_player= timedelta(seconds=1) # in random games, min time between same player plays (default days=1) time_to_skip= timedelta(days=1) # in queue games, how much time to wait for the next move -min_players = 4 +min_players = 3 # People who can start and resign games :O # Later we might replace this with checking for a role.