From af120bb220fa281116e2d2fb767836552df3589c Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Fri, 9 Aug 2024 20:30:28 -0500 Subject: [PATCH] I'm tired of this... --- main.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cjs b/main.cjs index b9c6189..e120ef8 100644 --- a/main.cjs +++ b/main.cjs @@ -199,7 +199,7 @@ function getMatchingPhrase(inputString, targetCharacter) { } } } - //checkLoop(message, checkString); + checkLoop(message, checkString); checkString = checkString.replace(/[^a-zA-Z0-9]/g, ''); checkLoop(message, checkString); }