This commit is contained in:
Leifer
2022-10-27 11:21:11 +02:00
parent 860bd8539f
commit 7fe2611aed
2 changed files with 17 additions and 1 deletions

16
TODO.md Normal file
View File

@@ -0,0 +1,16 @@
```js
const { inout, provider, database } = require('@bot-whatsapp')
/**
* async whatsapp-web, twilio, meta
* */
provider.start().then((r) => {
/**
* Siguiente indicaciones del provider
* */
})
```