@ -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;
}
The note is not visible to the blocked user.