Fix: mise à jour des catégories dans le panel /ticket

This commit is contained in:
Lowei 2026-05-23 10:58:21 +02:00
parent 3534363f98
commit 19fa423210
2 changed files with 33 additions and 21 deletions

11
TODO.md
View file

@ -1,11 +0,0 @@
# 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"