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