Ajout du système d'absence staff (modulaire)

This commit is contained in:
Mathis 2026-02-27 17:22:45 +01:00
parent cc94e85105
commit d116bb4141
5 changed files with 561 additions and 1 deletions

3
bot.py
View file

@ -66,7 +66,8 @@ class MyBot(commands.Bot):
"commandes.modules_security.rules",
"commandes.ticket_whitelist",
"commandes.bug_report",
"commandes.convocation"
"commandes.convocation",
"commandes.absence_staff"
]
for extension in extensions: