fixed inning number not working
This commit is contained in:
parent
deb10fb3b0
commit
b598e9aa5e
|
@ -116,7 +116,6 @@ async def startgame(interaction, away: str, home: str, innings: Optional[int]=9,
|
||||||
"""Start a game with the given teams and, optionally, weather choice and custom inning number."""
|
"""Start a game with the given teams and, optionally, weather choice and custom inning number."""
|
||||||
league = None
|
league = None
|
||||||
day = None
|
day = None
|
||||||
innings = None
|
|
||||||
voice = None
|
voice = None
|
||||||
|
|
||||||
if config()["game_freeze"]:
|
if config()["game_freeze"]:
|
||||||
|
|
Loading…
Reference in a new issue