Muhammed Rashid
Results
2
comments of
Muhammed Rashid
const { Client, LocalAuth, MessageMedia, Buttons } = require('whatsapp-web.js'); const qrcode = require('qrcode-terminal') const client = new Client({ authStrategy: new LocalAuth(), }); client.on('qr', (qr) => { qrcode.generate(qr, { small: true...
can you pls explain the issue more clearly?