From 273da73c19b57ffb740278cec9aa1c4913448ea3 Mon Sep 17 00:00:00 2001 From: fcouchet Date: Fri, 5 Apr 2024 08:30:11 +0200 Subject: [PATCH] Ajout commande !manquantes Pour ticket https://forge.april.org/mindiell/hebdobot/issues/1 --- hooks/missing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/missing.py b/hooks/missing.py index a3be0d7..1e9ef9c 100644 --- a/hooks/missing.py +++ b/hooks/missing.py @@ -7,7 +7,7 @@ class Missing: Si la commande est bonne, le bot renvoie la liste des personnes n'ayant pas encore participé au sujet en cours. """ - if message.lower() == "!manquants": + if message.lower() in ("!manquants", "!manquantes"): logger.info("!manquants caught.") if not bot.review.is_started: