@gadzzmodss/baileys
v1.0.0
Published
WhatsApp API Modification By K
Downloads
247
Maintainers
Readme
Baileys WhisykeySocket
Usage
"depencies": {
"@whiskeysockets/baileys": "npm:@primeroselotus/baileys"
}Import
const {
default:makeWASocket,
// Other Options
} = require('@whiskeysockets/baileys');Tutorial !
const {
default: makeWASocket,
fetchLatestWAWebVersion
} = require('@whiskeysockets/baileys');
const client = makeWASocket({
browser: ['Ubuntu', 'Chrome', '20.00.1'],
printQRInTerminal: false,
version: fetchLatestWAWebVersion()
// Other options
});