| id |
type |
title |
tags |
importance |
confidence |
created |
updated |
relations |
| e4f0bee9-9dc0-4bff-8d07-ba8aa22ef83d |
solution |
Draft monitor auto-start and on-clock embed |
| major-domo |
| discord |
| draft |
| python |
| fix |
|
0.7 |
0.8 |
2025-12-11T05:04:46.922103+00:00 |
2026-02-20T04:32:58.534513+00:00 |
| target |
type |
direction |
strength |
edge_id |
| f7824582-0d80-401e-bd5b-c23ced0b737a |
BUILDS_ON |
incoming |
0.85 |
ff9d7164-7090-44ae-a3d5-7cbdd7bc33ef |
|
|
Added draft monitor task that auto-starts when timer is enabled via /draft-admin timer or /draft-admin set-pick. Created on-clock announcement embed showing team name, deadline, sWAR, cap space, last 5 picks, and top 5 roster players. Implemented smart polling intervals (30s/15s/5s based on time remaining). Fixed DraftAdminGroup to accept bot parameter for task management. Key files: commands/draft/admin.py, tasks/draft_monitor.py, views/draft_views.py