7 lines
160 B
Python
7 lines
160 B
Python
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
|