mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-19 03:59:17 +00:00
16 lines
218 B
Markdown
16 lines
218 B
Markdown
```js
|
|
const { inout, provider, database } = require('@bot-whatsapp')
|
|
|
|
/**
|
|
* async whatsapp-web, twilio, meta
|
|
* */
|
|
provider.start().then((r) => {
|
|
|
|
/**
|
|
* Siguiente indicaciones del provider
|
|
* */
|
|
|
|
})
|
|
|
|
|
|
``` |