Update commands/players/info.py

This commit is contained in:
cal 2026-02-06 13:29:39 +00:00
parent e0af40804d
commit 6e0d0dff35

View File

@ -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