Skip to content

Commit

Permalink
Updated WA Web Version
Browse files Browse the repository at this point in the history
  • Loading branch information
phaticusthiccy committed Nov 2, 2021
1 parent fc9cf2c commit de754d8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,11 @@ async function whatsAsena () {
clh.pay = ddd
const WhatsAsenaCN = new WAConnection();
const Session = new StringSession();
WhatsAsenaCN.version = [2, 2126, 14]
try {
WhatsAsenaCN.version = [3, 3234, 9]
} catch {
console.log(`passed v${WhatsAsenaCN.version}`)
}
WhatsAsenaCN.setMaxListeners(0);
var proxyAgent_var = ''
if (config.PROXY.includes('https') || config.PROXY.includes('http')) {
Expand Down

0 comments on commit de754d8

Please sign in to comment.