diff --git a/main.cjs b/main.cjs index 1b4362e..06db0f0 100644 --- a/main.cjs +++ b/main.cjs @@ -198,7 +198,7 @@ function getMatchingPhrase(inputString, targetCharacter) { message.delete(); return true; } - })(); + }); return false; } if (checkLoop(message, checkString)) {