Ajout du système de sanctions, mise en déploiement pour test à grande échelle

This commit is contained in:
Mathis 2026-05-01 16:44:50 +02:00
parent 00446c5fb8
commit dc6e235f27
4 changed files with 369 additions and 27 deletions

1
bot.py
View file

@ -90,6 +90,7 @@ class MyBot(commands.Bot):
"commandes.convocation",
"commandes.absence_staff",
"commandes.website_sync",
"commandes.moderation",
]
for extension in extensions: