Skip to content

Commit

Permalink
Update Bot.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hacxk authored Jun 8, 2024
1 parent e63030b commit 6780e18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Utils/Bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ const startWhatsAppBot = async (io, app, logger) => {

if (connection === "open") {
isOnline = true;
isLogged = true;
const sessionManger = global.botSettings.tempSession;
if (sessionManger === true) {
await SessionHandle("Get");
Expand Down

0 comments on commit 6780e18

Please sign in to comment.