From f483bb915f298657240a93cb586258db64a0e414 Mon Sep 17 00:00:00 2001 From: rawee Date: Thu, 8 Dec 2022 21:56:09 +0530 Subject: [PATCH] ReadMe updated --- whatsappAdmin.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/whatsappAdmin.js b/whatsappAdmin.js index 75c81e0..6eb0654 100644 --- a/whatsappAdmin.js +++ b/whatsappAdmin.js @@ -15,8 +15,7 @@ module.exports = function(RED) { node.send(msg); }; - // Commands recived for Whatsapp Client. - + // Commands recived for Whatsapp Admin. this.on('input', async function(msg, send){ if (msg.payload === "destroy") { await node.waClient.destroy();