mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-17 19:26:23 +00:00
11 lines
202 B
JavaScript
11 lines
202 B
JavaScript
const { startInteractive } = require('../cli')
|
|
/**
|
|
* Voy a llamar directo a CLI
|
|
* Temporalmente luego mejoro esta
|
|
* parte
|
|
* @returns
|
|
*/
|
|
const main = () => startInteractive()
|
|
|
|
module.exports = main
|