version wwwebjs 1.18.0
This commit is contained in:
aurik3
2022-10-25 09:47:51 -05:00
parent c8911f7bce
commit eaac1f1003
3 changed files with 952 additions and 9 deletions

4
api.js
View File

@@ -40,6 +40,10 @@ client.on("authenticated", () => {
} catch (err) {}
});
client.on('loading_screen', (percent, message) => {
console.log('LOADING SCREEN', percent, message);
});
client.on("auth_failure", () => {
console.log("AUTH Failed !");
process.exit();