From 3f19d6d0b7abcc08cbe8a9a3c0c03dd74e9c0633 Mon Sep 17 00:00:00 2001 From: fcouchet Date: Thu, 4 Apr 2024 09:58:55 +0200 Subject: [PATCH] Actualiser hooks/anniv.py Correction d'un mot. --- hooks/anniv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/anniv.py b/hooks/anniv.py index 0b9d6dc..81f47dc 100644 --- a/hooks/anniv.py +++ b/hooks/anniv.py @@ -40,7 +40,7 @@ class Anniv: april_age = int((today - april_birthdate).days / 365.2425) bot.send( channel, - f"L'April a été déclarée en préférecture le {april_birthday} et a " + f"L'April a été déclarée en préfecture le {april_birthday} et a " f"{april_age} ans", )