diff --git a/commands/CommandInfoCovid.js b/commands/CommandInfoCovid.js
index ca5850ddc8ce563ec551be582d32e72d51551b5b..ca1915d9c023624c43eb33ff4327ac19b170ba73 100644
--- a/commands/CommandInfoCovid.js
+++ b/commands/CommandInfoCovid.js
@@ -91,7 +91,7 @@ class CommandInfoCovid{
     }
 
     shouldRespond(message){
-        return this.quiRegExp.test(message.content);
+        return this.infoCovidRegExp.test(message.content);
     }
 }