mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-17 19:26:23 +00:00
fix: correccion en starters app.js para portal QR
correccion en starters app.js para portal QR
This commit is contained in:
@@ -5,7 +5,7 @@ const {
|
||||
addKeyword,
|
||||
} = require('@bot-whatsapp/bot')
|
||||
|
||||
const QRPortal = require('@bot-whatsapp/portal')
|
||||
const QRPortalWeb = require('@bot-whatsapp/portal')
|
||||
const BaileysProvider = require('@bot-whatsapp/provider/baileys')
|
||||
const MongoAdapter = require('@bot-whatsapp/database/mongo')
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ const {
|
||||
addKeyword,
|
||||
} = require('@bot-whatsapp/bot')
|
||||
|
||||
const QRPortal = require('@bot-whatsapp/portal')
|
||||
const QRPortalWeb = require('@bot-whatsapp/portal')
|
||||
const BaileysProvider = require('@bot-whatsapp/provider/baileys')
|
||||
const MySQLAdapter = require('@bot-whatsapp/database/mysql')
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ const {
|
||||
addKeyword,
|
||||
} = require('@bot-whatsapp/bot')
|
||||
|
||||
const QRPortal = require('@bot-whatsapp/portal')
|
||||
const QRPortalWeb = require('@bot-whatsapp/portal')
|
||||
const VenomProvider = require('@bot-whatsapp/provider/venom')
|
||||
const JsonFileAdapter = require('@bot-whatsapp/database/json')
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ const {
|
||||
addKeyword,
|
||||
} = require('@bot-whatsapp/bot')
|
||||
|
||||
const QRPortal = require('@bot-whatsapp/portal')
|
||||
const QRPortalWeb = require('@bot-whatsapp/portal')
|
||||
const VenomProvider = require('@bot-whatsapp/provider/venom')
|
||||
const MockAdapter = require('@bot-whatsapp/database/mock')
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ const {
|
||||
addKeyword,
|
||||
} = require('@bot-whatsapp/bot')
|
||||
|
||||
const QRPortal = require('@bot-whatsapp/portal')
|
||||
const QRPortalWeb = require('@bot-whatsapp/portal')
|
||||
const VenomProvider = require('@bot-whatsapp/provider/venom')
|
||||
const MongoAdapter = require('@bot-whatsapp/database/mongo')
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ const {
|
||||
addKeyword,
|
||||
} = require('@bot-whatsapp/bot')
|
||||
|
||||
const QRPortal = require('@bot-whatsapp/portal')
|
||||
const QRPortalWeb = require('@bot-whatsapp/portal')
|
||||
const VenomProvider = require('@bot-whatsapp/provider/venom')
|
||||
const MySQLAdapter = require('@bot-whatsapp/database/mysql')
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ const {
|
||||
addKeyword,
|
||||
} = require('@bot-whatsapp/bot')
|
||||
|
||||
const QRPortal = require('@bot-whatsapp/portal')
|
||||
const QRPortalWeb = require('@bot-whatsapp/portal')
|
||||
const WebWhatsappProvider = require('@bot-whatsapp/provider/web-whatsapp')
|
||||
const JsonFileAdapter = require('@bot-whatsapp/database/json')
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ const {
|
||||
addKeyword,
|
||||
} = require('@bot-whatsapp/bot')
|
||||
|
||||
const QRPortal = require('@bot-whatsapp/portal')
|
||||
const QRPortalWeb = require('@bot-whatsapp/portal')
|
||||
const WebWhatsappProvider = require('@bot-whatsapp/provider/web-whatsapp')
|
||||
const MockAdapter = require('@bot-whatsapp/database/mock')
|
||||
|
||||
|
||||
@@ -4,7 +4,8 @@ const {
|
||||
createFlow,
|
||||
addKeyword,
|
||||
} = require('@bot-whatsapp/bot')
|
||||
const QRPortal = require('@bot-whatsapp/portal')
|
||||
|
||||
const QRPortalWeb = require('@bot-whatsapp/portal')
|
||||
const WebWhatsappProvider = require('@bot-whatsapp/provider/web-whatsapp')
|
||||
const MongoAdapter = require('@bot-whatsapp/database/mongo')
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ const {
|
||||
addKeyword,
|
||||
} = require('@bot-whatsapp/bot')
|
||||
|
||||
const QRPortal = require('@bot-whatsapp/portal')
|
||||
const QRPortalWeb = require('@bot-whatsapp/portal')
|
||||
const WebWhatsappProvider = require('@bot-whatsapp/provider/web-whatsapp')
|
||||
const MySQLAdapter = require('@bot-whatsapp/database/mysql')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user