From 2e38b5aefb08abdd34d5244d0998274e5f35ff3e Mon Sep 17 00:00:00 2001 From: suhas Date: Thu, 16 Nov 2023 23:00:29 -0600 Subject: add stats tracking --- cogs/solo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cogs/solo.py') diff --git a/cogs/solo.py b/cogs/solo.py index aab0b77..1652960 100644 --- a/cogs/solo.py +++ b/cogs/solo.py @@ -17,7 +17,7 @@ class Solo(GroupCog, name="solo"): @command(description="Do a tossup in solo mode (only you can control the tossup)") async def tossup(self, ctx: Interaction, category: Optional[question_category] = None): c = AsyncClient() - params = {'difficulties': [2,3,4,5]} + params: dict = {'difficulties': [2,3,4,5]} if category is not None: params['categories'] = category -- cgit 1.4.1-2-gfad0