danarn17 / baileys-whatsapp-api

49 stars 28 forks source link

Handlers #3

Closed itacirgabral closed 3 years ago

itacirgabral commented 3 years ago

https://discord.com/channels/725839806084546610/725842574098694194/786328894159978527

const whatsapp = import(`./whatsapp`)

const conn1 = whatsapp({ creds1, db, connWS })
const conn2 = whatsapp({ creds2, db, connWS })
// (...)
const connN = whatsapp({ credsN, db, connWS })