Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ 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(';');

Expand All @@ -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 || '6VhmSRjb#kozS36YLg-VfRJsqmOfZzl4q1se35uyQLk35xjZbE4k' ; // put your session id here

global.mods = []
global.prems = []
Expand Down