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); }