mirror of
https://github.com/cheveguerra/ws-api-node.git
synced 2026-04-18 03:39:21 +00:00
update
version wwwebjs 1.18.0
This commit is contained in:
4
api.js
4
api.js
@@ -40,6 +40,10 @@ client.on("authenticated", () => {
|
|||||||
} catch (err) {}
|
} catch (err) {}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
client.on('loading_screen', (percent, message) => {
|
||||||
|
console.log('LOADING SCREEN', percent, message);
|
||||||
|
});
|
||||||
|
|
||||||
client.on("auth_failure", () => {
|
client.on("auth_failure", () => {
|
||||||
console.log("AUTH Failed !");
|
console.log("AUTH Failed !");
|
||||||
process.exit();
|
process.exit();
|
||||||
|
|||||||
955
package-lock.json
generated
955
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -34,6 +34,6 @@
|
|||||||
"request": "^2.88.2",
|
"request": "^2.88.2",
|
||||||
"shelljs": "^0.8.5",
|
"shelljs": "^0.8.5",
|
||||||
"valid-url": "^1.0.9",
|
"valid-url": "^1.0.9",
|
||||||
"whatsapp-web.js": "1.17.1"
|
"whatsapp-web.js": "^1.18.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user