three players min better

This commit is contained in:
ReneCareenium 2021-09-01 11:50:17 +02:00
parent 7c75839545
commit 9bc8bcf736

View File

@ -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.