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",