Skip to content
Extraits de code Groupes Projets
Valider 398b8d85 rédigé par Adrien NUNES's avatar Adrien NUNES
Parcourir les fichiers

Fix 'qui' début de ligne

parent a0e9f893
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -5,7 +5,7 @@ class CommandQui{
constructor(client){
this.client = client;
this.sentences = ["Sûrement <who>...", "<who>", "<who> !", "<who> ??", "Vous parlez de <who> ?", "C'est <who>.", "Bah, <who>.", "Bah <who> connard", "Mmmh <who> ?", "<who> ?", "<who>, on te parle"];
this.quiRegExp = new RegExp('[^a-z]qui[^a-z]', 'i');
this.quiRegExp = new RegExp('([^a-z]|^)qui[^a-z]', 'i'); /**'qui' pas dans un mot */
}
getRandomQui(){
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter