Kuby/TODO.md
2026-05-20 15:23:09 +02:00

11 lines
538 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# TODO - Kuby
- [x] Identifier le cog qui démarre le serveur aiohttp sur 127.0.0.1:5001 (bug_report.py)
- [x] Remplacer lasync hook `cog_load` par un démarrage différé via `__init__` + `bot.loop.create_task` (disnake 2.12.0)
- [x] Renommer la logique serveur en `_start_webhook_server`
- [x] Attendre `await bot.wait_until_ready()` avant douvrir le port
- [x] Conserver le retry bind port 5001 (OSError errno 98)
- [ ] Redémarrer le bot
- [ ] Vérifier dans les logs: "Internal Bot Webhook Server started on 127.0.0.1:5001"