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: