I'm tired of this...

master
Chloe Fontenot 🏳️‍⚧️ 2024-08-09 20:33:56 +07:00
parent 91e1595595
commit 17e120c62b
1 changed files with 1 additions and 0 deletions

@ -194,6 +194,7 @@ function getMatchingPhrase(inputString, targetCharacter) {
console.log("Checking " + content + "...");
for (let i = 0; i < checkArray.length; i++) {
if (content.includes(checkArray[i])) {
console.log("match!");
message.delete();
return;
}