From 9c9615a7e1c5cb9bb0e071240a471e1b5efac3d6 Mon Sep 17 00:00:00 2001 From: DENIS MUHUMUZA Date: Tue, 26 Aug 2025 15:45:08 +0300 Subject: [PATCH] Update config.js --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 6ed56192..5701b7d1 100644 --- a/config.js +++ b/config.js @@ -6,7 +6,7 @@ function convertToBool(text, fault = 'true') { } module.exports = { - SESSION_ID: process.env.SESSION_ID || "enter your session", + SESSION_ID: process.env.SESSION_ID || "7KDXE6L2", CAPTION: process.env.CAPTION || "*ᴘᴏᴡᴅᴇʀᴇᴅ ʙʏ ᴛᴀʟᴋᴅʀᴏᴠᴇ*", ALWAYS_ONLINE: process.env.ALWAYS_ONLINE || "true", AUTO_READ_STATUS: process.env.AUTO_READ_STATUS || "true",