From 267f14576ae548a7578c05897bd6f437c3b15dd2 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Tue, 21 Oct 2025 14:58:30 -0500 Subject: [PATCH] Hotfix: await team call Co-Authored-By: Claude --- views/players.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/players.py b/views/players.py index 8e56c4a..584eb24 100644 --- a/views/players.py +++ b/views/players.py @@ -202,7 +202,7 @@ class PlayerStatsView(BaseView): # Add Major League affiliate if this is a Minor League team if player.team.roster_type() == RosterType.MINOR_LEAGUE: - major_affiliate = player.team.major_league_affiliate() + major_affiliate = await player.team.major_league_affiliate() if major_affiliate: embed.add_field( name="Major Affiliate",