From 0af80afc4ece426e80dda6b2110906651df6c92e Mon Sep 17 00:00:00 2001
From: Adrien Nunes <adrien.nunes@ensiie.fr>
Date: Thu, 6 Jan 2022 02:54:59 +0100
Subject: [PATCH] Fix syntaxe InfoCovid

---
 commands/CommandInfoCovid.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commands/CommandInfoCovid.js b/commands/CommandInfoCovid.js
index 1109bcd..cca61ef 100644
--- a/commands/CommandInfoCovid.js
+++ b/commands/CommandInfoCovid.js
@@ -8,7 +8,7 @@ class CommandInfoCovid{
         this.actions = ["effectuer <random_int_m> test<s> à J<signe><random_int>","vous confiner pendant <random_int_f> semaine<s>", "effectuer <random_int_m> autotest<s>", "recevoir <random_int_f> dose<s> vaccinale<s> supplémentaire<s>"];
         this.temps = ["dans les prochaines <random_int>h", "dans les dernières <random_int>h", "il y a moins de <random_int> mois", "il y a plus de <random_int> mois", "il y a entre <random_int> et <random_int> mois", "dans les <random_int> à <random_int> prochaines heures"];
         this.connecteurs = ["et", "ou", "et/ou", "mais également", "ou bien"];
-        this.amplificateurs = ["sauf si vous <situation>", "à moins que vous <situation>", "sauf si vous avez déjà <action> <temps>"];
+        this.amplificateurs = ["sauf si vous <situation>", "à moins que vous <situation>", "sauf si vous avez prévu de <action> <temps>"];
     }
 
     getRandomInt(x,y){
-- 
GitLab