Andres Aya

Results 41 comments of Andres Aya

The truth is that I have not understood very well, when you say single auth

> I used to use this module via require() > but it no longer works > i gives me this error > ` > Cannot find module '...\node_modules\@adiwajshing\baileys\lib\index.js' > `...

> you are going the other way, the method indicated does not exist WAConnection if you want to build you should use const { makeWASocket } = require('@adiwajshing/baileys'); ![image](https://user-images.githubusercontent.com/16548795/236050356-47e39ccb-cfe2-4d50-8316-b61e612dc348.png)

you can share more details, if you use business or normal whatsapp, you can share the package.json

The problem is that the message is not being sent. I have been debugging the code and WhatsApp is returning a 405 error. I assume that there might be a...

> a little help, the buttons are not shown in WhatsApp Messenger or WhatsApp Bussines, but in WhatsApps Mods or Immunes if they are shown, is there a solution for...

I have not been able to recreate in two whatsapp accounts each one different business and normal Whatsapp BUSSINES ![image](https://user-images.githubusercontent.com/16548795/235355696-42c926ba-6d46-4875-91a6-492b1ab21fe1.png) Whatsapp Not Bussines ![image](https://user-images.githubusercontent.com/16548795/235355708-26f297c1-9233-405b-aa26-18fc8b5c08ea.png) ![image](https://user-images.githubusercontent.com/16548795/235355747-7f504407-181e-41c2-8ef5-76a252fad106.png)

package.json ```json { "main": "main.js", "scripts": { "start": "node ." }, "dependencies": { "@adiwajshing/baileys": "github:WhiskeySockets/Baileys" } } ``` main.js ```javascript const { makeWASocket } = require('@adiwajshing/baileys'); ``` `npm i` `npm...

can you share with us how you initialize the socket? https://github.com/WhiskeySockets/Baileys/blob/534b1ea778152fa77bee47da291e1f3f5c153091/Example/example.ts#L40