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 +})