fixed inning number not working

This commit is contained in:
Sakimori 2023-03-31 14:46:37 -04:00
parent deb10fb3b0
commit b598e9aa5e

View file

@ -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"]: