- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
616 B
616 B
| id | type | title | tags | importance | confidence | created | updated | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| f7824582-0d80-401e-bd5b-c23ced0b737a | fix | Draft monitor missing guild variable |
|
0.6 | 0.8 | 2025-12-13T00:46:25.432142+00:00 | 2025-12-13T00:46:25.432142+00:00 |
Bug: The _post_on_clock_announcement method in tasks/draft_monitor.py referenced 'guild' variable without defining it, causing role pings to silently fail after auto-draft picks. Fix: Added guild lookup from bot.get_guild(config.guild_id) at the start of the method. This was causing the draft results ping to not post the team role mention.