chore(bot): added new fallback option

This commit is contained in:
Leifer Mendez
2022-12-02 15:22:13 +01:00
parent 7d41699207
commit aa2417af12
5 changed files with 21 additions and 20 deletions

View File

@@ -6,11 +6,6 @@ const {
addChild,
} = require('@bot-whatsapp/bot')
/**
* ATENCION: Si vas a usar el provider whatsapp-web.js
* recuerda ejecutar npm i whatsapp-web.js@latest
*/
const WebWhatsappProvider = require('@bot-whatsapp/provider/web-whatsapp')
const MockAdapter = require('@bot-whatsapp/database/mock')