From e9c9a3f392173490d6d5a0911cc831d55bab2986 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Thu, 29 May 2025 21:54:46 -0500 Subject: [PATCH] dictionary to object bug fix --- cogs/gameplay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/gameplay.py b/cogs/gameplay.py index ce96ed6..7f664eb 100644 --- a/cogs/gameplay.py +++ b/cogs/gameplay.py @@ -501,7 +501,7 @@ class Gameplay(commands.Cog): this_event = e_query['events'][0] r_query = await db_get( 'gauntletruns', - params=[('team_id', human_team['id']), ('gauntlet_id', this_event['id']), ('is_active', True)] + params=[('team_id', human_team.id), ('gauntlet_id', this_event['id']), ('is_active', True)] ) if r_query['count'] == 0: