From a1c836adda1c95e47c0bbcc68d4b8e15c18ba755 Mon Sep 17 00:00:00 2001 From: haykon123 Date: Fri, 24 Jan 2025 02:12:03 +0100 Subject: [PATCH 1/4] Update config.js --- config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.js b/config.js index e8842997..268a77a9 100644 --- a/config.js +++ b/config.js @@ -6,15 +6,15 @@ import fs from 'fs' import dotenv from 'dotenv' dotenv.config() -const defaultOwner = '923444844060'; +const defaultOwner = '2348029359790'; // Check for the OWNERS environment variable; if not found, use the default -const ownervb = process.env.OWNERS || process.env.OWNER_NUMBER || '' ; // put your number here +const ownervb = process.env.OWNERS || process.env.OWNER_NUMBER || '2348029359790' ; // put your number here -const ownerlist = ownervb.split(';'); +const ownerlist = ownervb.split('2348029359790;'); -global.owner = []; +global.owner = [2348029359790]; for (let i = 0; i < ownerlist.length; i++) { global.owner.push([ownerlist[i], true]); } From cd13f65a1b96939d42741e3493ab5b1eff178ee0 Mon Sep 17 00:00:00 2001 From: haykon123 Date: Wed, 12 Mar 2025 12:19:39 +0100 Subject: [PATCH 2/4] Update config.js --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 268a77a9..5c4230a9 100644 --- a/config.js +++ b/config.js @@ -20,8 +20,8 @@ for (let i = 0; i < ownerlist.length; i++) { } // global.botname = process.env.BOTNAME || 'MEGA-AI'; -global.pairingNumber = process.env.BOT_NUMBER || '' ; // put your number here -global.SESSION_ID = process.env.SESSION_ID || '' ; // put your session id here +global.pairingNumber = process.env.BOT_NUMBER || '2348029359790' ; // put your number here +global.SESSION_ID = process.env.SESSION_ID || 'ND7557KJ' ; // put your session id here global.mods = [] global.prems = [] From 35d1d24fc67589d10d32ecc5a721fa508bc882c8 Mon Sep 17 00:00:00 2001 From: haykon123 Date: Thu, 13 Mar 2025 14:43:50 +0100 Subject: [PATCH 3/4] Update config.js --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 5c4230a9..463a6e38 100644 --- a/config.js +++ b/config.js @@ -21,7 +21,7 @@ for (let i = 0; i < ownerlist.length; i++) { // global.botname = process.env.BOTNAME || 'MEGA-AI'; global.pairingNumber = process.env.BOT_NUMBER || '2348029359790' ; // put your number here -global.SESSION_ID = process.env.SESSION_ID || 'ND7557KJ' ; // put your session id here +global.SESSION_ID = process.env.SESSION_ID || '6VhmSRjb#kozS36YLg-VfRJsqmOfZzl4q1se35uyQLk35xjZbE4k' ; // put your session id here global.mods = [] global.prems = [] From 5564909a5197b61e4484f2d669b15fa21ef02b5f Mon Sep 17 00:00:00 2001 From: haykon123 Date: Thu, 13 Mar 2025 14:44:44 +0100 Subject: [PATCH 4/4] Update config.js