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