understanding commited on
Commit
4898cd3
·
verified ·
1 Parent(s): 4fd6cde

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -31,7 +31,7 @@ async function connectWhatsApp() {
31
 
32
  // Request pairing code if not registered
33
  if (!sock.authState.creds.registered) {
34
- const phoneNumber = '+919709859065'; // Replace with your WhatsApp number
35
  try {
36
  const code = await sock.requestPairingCode(phoneNumber);
37
  console.log(`Pairing Code: ${code}`);
 
31
 
32
  // Request pairing code if not registered
33
  if (!sock.authState.creds.registered) {
34
+ const phoneNumber = '+919709769655'; // Replace with your WhatsApp number
35
  try {
36
  const code = await sock.requestPairingCode(phoneNumber);
37
  console.log(`Pairing Code: ${code}`);