diff --git a/commands/CommandInfoCovid.js b/commands/CommandInfoCovid.js index 1109bcd7c27110d91eac46881df96b9bc24ef3a4..cca61ef6d7f23248f5520d535874011f31ff4554 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){