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

13 lines
702 B
Markdown

---
id: a55e8eb5-9f8e-4328-91c0-46658919099f
type: solution
title: "Draft skipped pick support"
tags: [major-domo, discord-bot, draft, python, fix]
importance: 0.6
confidence: 0.8
created: "2025-12-11T05:16:18.847469+00:00"
updated: "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.