Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update config.js #419

Closed
wants to merge 1 commit into from
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
16 changes: 6 additions & 10 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import fs from 'fs'
import dotenv from 'dotenv'
dotenv.config()

const ownervb = process.env.OWNERS || "917605902011;GURU;6281255369012;Ash"
const ownervb = process.env.OWNERS || "254748679675;yonahraj;254748679675;Ash"


const ownerlist = ownervb.split(';');
Expand All @@ -23,9 +23,9 @@ for (let i = 0; i < ownerlist.length; i += 2) {

//global.pairingNumber = "" //put your bot number here

global.mods = ['917605902011', '32460248586']
global.prems = ['917605902011', '32460248586', '919398758484']
global.allowed = ['917605902011', '32460248586', '19152999993']
global.mods = ['254748679675', '32460248586']
global.prems = ['254748679675', '32460248586', '919398758484']
global.allowed = ['254748679675', '32460248586', '19152999993']
global.keysZens = ['c2459db922', '37CC845916', '6fb0eff124']
global.keysxxx = keysZens[Math.floor(keysZens.length * Math.random())]
global.keysxteammm = [
Expand Down Expand Up @@ -71,14 +71,10 @@ global.APIKeys = {
// Sticker WM
global.botname = process.env.BOTNAME
global.premium = 'true'
global.packname = 'GURU┃ᴮᴼᵀ'
global.packname = 'yonahraj┃ᴮᴼᵀ'
global.author = 'ᴳᵘʳᵘ ˢᵉⁿˢᵉⁱ'
global.menuvid = 'https://i.imgur.com/AjDzGgG.mp4'
global.igfg = '▢ Follow on Instagram\nhttps://www.instagram.com/guru.json\n'
global.dygp = 'https://chat.whatsapp.com/F3sB3pR3tClBvVmlIkqDJp'
global.fgsc = 'https://github.com/Guru322/GURU-BOT'
global.fgyt = 'https://youtube.com/@Asliguru'
global.fgpyp = 'https://youtube.com/@Asliguru'
global.igfg = '▢ Follow on Instagram\nhttps://www.instagr
global.fglog = 'https://raw.githubusercontent.com/Guru322/api/Guru/guru.jpg'
global.thumb = fs.readFileSync('./Assets/Gurulogo.jpg')

Expand Down