This commit is contained in:
2022-12-17 07:44:49 -06:00
25 changed files with 905 additions and 61 deletions

View File

@@ -9,6 +9,14 @@ const {
const BaileysProvider = require('@bot-whatsapp/provider/baileys')
const MySQLAdapter = require('@bot-whatsapp/database/mysql')
/**
* Declaramos las conexiones de MySQL
*/
const MYSQL_DB_HOST = 'localhost'
const MYSQL_DB_USER = 'user'
const MYSQL_DB_PASSWORD = 'pass'
const MYSQL_DB_NAME = 'bot'
/**
* Declarando flujo hijo
*/