From 6e0d0dff35b46bc020b9169765c5224d7e5846b9 Mon Sep 17 00:00:00 2001 From: cal Date: Fri, 6 Feb 2026 13:29:39 +0000 Subject: [PATCH] Update commands/players/info.py --- commands/players/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/players/info.py b/commands/players/info.py index b974351..449777b 100644 --- a/commands/players/info.py +++ b/commands/players/info.py @@ -37,7 +37,7 @@ async def player_name_autocomplete( players = await player_service.search_players( current, limit=30, - all_seasons=False, # Current season only to stay under 3-second timeout + all_seasons=True, # Current season only to stay under 3-second timeout ) # Deduplicate by player name, keeping only the first (most recent) occurrence