Résolution de la gestion de la time zone

!aide ajouté
This commit is contained in:
Mow
2025-11-02 20:05:17 +01:00
parent eb9bf0e67e
commit 18a883c27b
2 changed files with 115 additions and 64 deletions

View File

@@ -130,9 +130,10 @@ async def on_message(message: Message):
if command_name == '!inspect':
await handle_inspect_command(message, bot)
return
if command_name in ['!aide', '!help']:
await handle_staff_help_command(message, bot)
return
if command_name in ['!aide', '!help']:
await handle_staff_help_command(message, bot)
return
commande = Commande.query.filter_by(discord_enable=True, trigger=command_name).first()
if commande: