claude-memory/graph/solutions/draft-skipped-pick-support-a55e8e.md
Cal Corum b140d4d82a migrate: 313 memories from MemoryGraph
- 313 new markdown files created
- 30 relationships embedded
- 313 entries indexed
- State initialized with usage data
2026-02-13 11:11:48 -06:00

702 B

id type title tags importance confidence created updated
a55e8eb5-9f8e-4328-91c0-46658919099f solution Draft skipped pick support
major-domo
discord-bot
draft
python
fix
0.6 0.8 2025-12-11T05:16:18.847469+00:00 2025-12-11T05:16:18.847469+00:00

Added support for teams to make up missed draft picks in /draft command. When a team is not on the clock, the command now checks for skipped picks (picks with overall < current and no player assigned). Uses earliest skipped pick first, shows footer noting makeup pick, and does NOT advance the draft. Also fixed duplicate embed issue when command is run in the ping channel by checking if ping_channel != interaction.channel_id.