ReadMe updated

This commit is contained in:
rawee 2022-12-08 21:56:09 +05:30
parent e0bb5ea69d
commit f483bb915f

View File

@ -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();