mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-20 12:39:24 +00:00
fix
This commit is contained in:
2
app.js
2
app.js
@@ -138,8 +138,6 @@ const withSession = () => {
|
|||||||
client.on('ready', () => {
|
client.on('ready', () => {
|
||||||
connectionReady()
|
connectionReady()
|
||||||
listenMessage()
|
listenMessage()
|
||||||
loadRoutes(client);
|
|
||||||
socketEvents.sendStatus()
|
|
||||||
});
|
});
|
||||||
|
|
||||||
client.on('auth_failure', () => connectionLost())
|
client.on('auth_failure', () => connectionLost())
|
||||||
|
|||||||
Reference in New Issue
Block a user