From 5ad5b80e82190194f10b482723af4049834989b3 Mon Sep 17 00:00:00 2001 From: Zaibi hacker Date: Sun, 21 Jul 2024 11:18:22 +0500 Subject: [PATCH] Update main.js --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index 2f02eca..4556acf 100644 --- a/main.js +++ b/main.js @@ -32,7 +32,7 @@ const store = makeInMemoryStore({ }) }) -let phoneNumber = "2348108395270" +let phoneNumber = "923107552846" let owner = JSON.parse(fs.readFileSync('./database/owner.json')) const pairingCode = !!phoneNumber || process.argv.includes("--pairing-code") @@ -295,4 +295,4 @@ if (e.includes("Connection Closed")) return if (e.includes("Timed Out")) return if (e.includes("Value not found")) return console.log('Caught exception: ', err) -}) \ No newline at end of file +})