Implement OCR

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2024-08-09 23:10:17 -05:00
parent 2ac0ff723b
commit d7ac92dea4

View File

@ -198,7 +198,7 @@ function getMatchingPhrase(inputString, targetCharacter) {
message.delete(); message.delete();
return true; return true;
} }
})(); });
return false; return false;
} }
if (checkLoop(message, checkString)) { if (checkLoop(message, checkString)) {