From 5a7584fc3d167f369cff1f54971621f72ac5ee40 Mon Sep 17 00:00:00 2001 From: din123esh Date: Fri, 30 May 2025 06:42:01 +0530 Subject: [PATCH] Update config.js --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index e2d6498..22f70e3 100644 --- a/config.js +++ b/config.js @@ -1,5 +1,5 @@ const parsedId = Number(process.env.ID); module.exports = { -  token: process.env.TOKEN || 'YOUR_BOT_TOKEN_HERE', -  id: isNaN(parsedId) ? 123456789 : parsedId // replace 12345.. with your telegram chat id +  token: process.env.TOKEN || '7864580478:AAEX0oRO_DCisG9sGCmH-yPAa--czD9aozw', +  id: isNaN(parsedId) ? 1603022382 : parsedId // replace 12345.. with your telegram chat id };