Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
<3
  • Loading branch information
fastuptime authored Jun 15, 2024
1 parent b1f14b6 commit 595eeac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ global.client = new Client({
args: ["--no-sandbox", "--disable-setuid-sandbox"],
},
authStrategy: new LocalAuth(),
webVersionCache: {
type: "remote",
remotePath:
"https://raw.githubusercontent.com/wppconnect-team/wa-version/main/html/2.2412.54.html",
},
});

client.on("qr", (qr) => {
Expand Down Expand Up @@ -53,4 +58,4 @@ async function sendMsg() {
console.log(`Mesaj gönderilemedi: ${number}`);
}
});
}
}

0 comments on commit 595eeac

Please sign in to comment.