From b598e9aa5eb777fb1109c2f9d904bd6612bbe0a0 Mon Sep 17 00:00:00 2001 From: Sakimori Date: Fri, 31 Mar 2023 14:46:37 -0400 Subject: [PATCH] fixed inning number not working --- the_prestige.py | 1 - 1 file changed, 1 deletion(-) diff --git a/the_prestige.py b/the_prestige.py index 82637c1..30eef5b 100644 --- a/the_prestige.py +++ b/the_prestige.py @@ -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.""" league = None day = None - innings = None voice = None if config()["game_freeze"]: