From c4e5081271f56380e319b50c69c658961a824177 Mon Sep 17 00:00:00 2001 From: frosne24-bot <245146147+frosne24-bot@users.noreply.github.com> Date: Thu, 19 Feb 2026 16:13:51 +0530 Subject: [PATCH] Update SESSION_ID default value in settings.js --- settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.js b/settings.js index 8b5d51cd0c..c42943e960 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 ? 'π™°πš‚π™Έπšƒπ™·π™°-𝙼𝙳=cc6b45d361cf19ac' : process.env.SESSION_ID, PORT: process.env.PORT === undefined ? "8000" : process.env.PORT, SESSION_NAME: process.env.PORT === undefined ? "asitha" : process.env.SESSION_NAME, };