Skip to content

Commit

Permalink
Update Core.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DGXeon committed Jan 17, 2024
1 parent 50eb16a commit edc2b4b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Core.js
Original file line number Diff line number Diff line change
Expand Up @@ -7193,17 +7193,16 @@ Hemlo, I am "A17" a WhatsApp bot create and recode by Kai to do everything that
} catch (err) {
A17.sendMessage(`${ownertag}@s.whatsapp.net`, util.format(err), { quoted: m })
console.log(err)
}
}

let e = String(err)
if (e.includes("not-authorized")) return
let e = String(err)
if (e.includes("not-authorized")) return
if (e.includes("already-exists")) return
if (e.includes("rate-overlimit")) return
if (e.includes("Connection Closed")) return
if (e.includes("Timed Out")) return
if (e.includes("Value not found")) return
if (e.includes("Socket connection timeout")) return
}
}

let file = require.resolve(__filename)
fs.watchFile(file, () => {
Expand Down

0 comments on commit edc2b4b

Please sign in to comment.