choopchik

Results 3 issues of choopchik

In my use case I only need to listen to the incoming/outgoing websocket messages. I'm breaking my head how to use the Binary class to decode the websokcet data Any...

1. `yarn add github:WhiskeySockets/Baileys` 2. main.js: `const { makeWASocket } = require('@adiwajshing/baileys');` 3. error: ``` node:internal/modules/cjs/loader:444 throw err; ^ Error: Cannot find module '/home/user/dev/tries/baileys/node_modules/@adiwajshing/baileys/lib/index.js'. Please verify that the package.json has...

bug

yarn fails because node-sass is deprecated. Should we use sass instead of node-sass?