Update commands/players/info.py
This commit is contained in:
parent
e0af40804d
commit
6e0d0dff35
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user