From d8181db65d23bd451c160c18f7b5f9fae50bc8b0 Mon Sep 17 00:00:00 2001 From: botlakiy-png Date: Fri, 20 Feb 2026 19:41:57 +0530 Subject: [PATCH] Update settings.js --- settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.js b/settings.js index 8b5d51cd0c..c0b1dae2fa 100644 --- a/settings.js +++ b/settings.js @@ -5,7 +5,7 @@ function convertToBool(text, fault = 'true') { } module.exports = { -SESSION_ID: process.env.SESSION_ID === undefined ? 'Your SESSION ID Put' : process.env.SESSION_ID, +SESSION_ID: process.env.SESSION_ID === undefined ? 'π™°πš‚π™Έπšƒπ™·π™°-𝙼𝙳=49f041a84640f546' : process.env.SESSION_ID, PORT: process.env.PORT === undefined ? "8000" : process.env.PORT, SESSION_NAME: process.env.PORT === undefined ? "asitha" : process.env.SESSION_NAME, };