diff --git a/app/cogs/actual_utils.py b/app/cogs/actual_utils.py index b34b26e9..edaf90da 100644 --- a/app/cogs/actual_utils.py +++ b/app/cogs/actual_utils.py @@ -117,12 +117,12 @@ class ActualUtils(commands.Cog): description="Query motorsportsreg.com for a list of trackdays going on at Buttonwillow and Thunderhill", ) @option( - name="track", + "track", description="Choose a track to see the trackdays at, or leave blank for all", choices=["Buttonwillow", "Thunderhill", "Both"], default="Both", ) - async def trackdays(self, ctx: commands.Context, track): + async def trackdays(self, ctx: commands.Context, track: str): import trackdays shid = await trackdays.get_msreg(track=track)