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: