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();
return true;
}
})();
});
return false;
}
if (checkLoop(message, checkString)) {