diff --git a/Update-v2.js b/Update-v2.js new file mode 100644 index 0000000..85cce47 --- /dev/null +++ b/Update-v2.js @@ -0,0 +1,17 @@ +const DATABASE = "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" // මෙතනට mongodb,mysql,postgresql or github token එකක් enter කරන්න මේ "" දෙක මැදට. (Enter a mongodb,mysql,postgresql or github token here between these two "".) +const BOT_NUMBER = "77 141 6523" // ඔයාගෙ whatsapp number එක. (your whatsapp number) +const SESSION_ID = "PRABATH-MD~1W6pPj3EbiMn1yk" // ඔයාගෙ session id එක මේකෙන් ගන්න - https://prabathmd-official.vercel.app + + +// ඉහත ඒව "" මැදට එකතු කරන්න වෙනත් කිසිම දෙයක් වෙනස් නොකරන්න ❌. (Add "" in the middle of the above and ❌ don't change anything else.) + + + + + +const GITHUB_AUTH_TOKEN = DATABASE +module.exports = { +GITHUB_AUTH_TOKEN, +BOT_NUMBER, +SESSION_ID +} diff --git a/config-v2.js b/config-v2.js deleted file mode 100644 index 65f78e0..0000000 --- a/config-v2.js +++ /dev/null @@ -1,17 +0,0 @@ -const DATABASE = "" // මෙතනට mongodb,mysql,postgresql or github token එකක් enter කරන්න මේ "" දෙක මැදට. (Enter a mongodb,mysql,postgresql or github token here between these two "".) -const BOT_NUMBER = "" // ඔයාගෙ whatsapp number එක. (your whatsapp number) -const SESSION_ID = "" // ඔයාගෙ session id එක මේකෙන් ගන්න - https://prabathmd-official.vercel.app - - -// ඉහත ඒව "" මැදට එකතු කරන්න වෙනත් කිසිම දෙයක් වෙනස් නොකරන්න ❌. (Add "" in the middle of the above and ❌ don't change anything else.) - - - - - -const GITHUB_AUTH_TOKEN = DATABASE -module.exports = { -GITHUB_AUTH_TOKEN, -BOT_NUMBER, -SESSION_ID -}