chore-cc-update #2

Merged
cal merged 4 commits from chore-cc-update into main 2026-02-06 02:46:47 +00:00

4 Commits

Author SHA1 Message Date
Cal Corum
42b9fa5df2 Fix /player autocomplete timeout by using current season only
All checks were successful
Build Docker Image / build (pull_request) Successful in 57s
The all_seasons=True parameter causes the API search query to take 15+ seconds,
exceeding Discord's 3-second autocomplete timeout. Changed to all_seasons=False
to search only the current season, which is fast enough.

Users can still access historical players by manually typing the name and using
the season parameter in the /player command.

Fixes: discord.errors.NotFound 404 (error code: 10062): Unknown interaction

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-05 20:45:09 -06:00
cal
0bc1ebc354 Update VERSION
All checks were successful
Build Docker Image / build (pull_request) Successful in 2m37s
2026-02-06 02:26:32 +00:00
cal
9f6db12d5a Update VERSION
Some checks failed
Build Docker Image / build (pull_request) Failing after 13s
2026-02-06 02:25:13 +00:00
Cal Corum
310e685670 Update format of /cc response 2026-02-05 20:23:49 -06:00