diff --git a/main.cjs b/main.cjs index 20164ed..81b4a5b 100644 --- a/main.cjs +++ b/main.cjs @@ -209,7 +209,7 @@ function getMatchingPhrase(inputString, targetCharacter) { return; } // Does the message have an attachment? Check the attachment with OCR - console.log(message.attachments); + //console.log(message.attachments); message.attachments.forEach(i => { if (i.contentType.includes("image")) { (async () => {