Muhammad Atif Shakeel

Results 2 comments of Muhammad Atif Shakeel

file:///d:/Coding/JavaScript/Node%20Js%20Javascript/Whatsapp%20API/index.js:5 const sock = makeWASocket({ ^ TypeError: makeWASocket is not a function at connectToWhatsApp (file:///d:/Coding/JavaScript/Node%20Js%20Javascript/Whatsapp%20API/index.js:5:18) at file:///d:/Coding/JavaScript/Node%20Js%20Javascript/Whatsapp%20API/index.js:29:1 at ModuleJob.run (node:internal/modules/esm/module_job:218:25) at async ModuleLoader.import (node:internal/modules/esm/loader:329:24) at async loadESM (node:internal/process/esm_loader:28:7) at async...

My code is `import makeWASocket, { DisconnectReason } from '@whiskeysockets/baileys' import { Boom } from '@hapi/boom' async function connectToWhatsApp () { const sock = makeWASocket({ // can provide additional config...