From 3d46fd545ee9006fe07796fb4a97883e61e5dd2f Mon Sep 17 00:00:00 2001 From: williams293 Date: Sat, 15 Feb 2025 05:57:26 +0100 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..9220fe12 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 || "b8bebb80-9499-4c29-9b2f-4011813c043e", CAPTION: process.env.CAPTION || "*ᴘᴏᴡᴅᴇʀᴇᴅ ʙʏ ᴛᴀʟᴋᴅʀᴏᴠᴇ*", ALWAYS_ONLINE: process.env.ALWAYS_ONLINE || "true", AUTO_READ_STATUS: process.env.AUTO_READ_STATUS || "true",