You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
MINIMUM_WAIT = 60 # seconds before game can be started |
|
EXTRA_WAIT = 20 |
|
MAXIMUM_WAITED = 2 # number of times !wait can be used |
|
|
|
MAX_PLAYERS = 5 |
|
MIN_PLAYERS = 5
|
|
|