diff --git a/TEST_SERVER1/whats/app.js b/TEST_SERVER1/whats/app.js index 0742588..f396341 100644 --- a/TEST_SERVER1/whats/app.js +++ b/TEST_SERVER1/whats/app.js @@ -313,8 +313,8 @@ async function read() { client.on("message_create", async msg => { - if (msg.hasMedia && msg.fromMe) - return + // if (msg.hasMedia && msg.fromMe) + // return await handleMessage(msg);