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

config.js #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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: 8 additions & 8 deletions config.js
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
//davidthegod
//OPTIMUS PRIME

const fs = require('fs')
const { color } = require('./lib/myfunc')

//owner
global.owner = '2347043759577'
global.nomerowner = ["2347043759577"]
global.owner = '919142556700'
global.nomerowner = ["919142556700"]

// Apikey

global.skizo = 'David Cyril'
global.skizo = 'OPTIMUS PRIME'
global.casterix = 'DeeCeeXxx'
//watermark
global.packname = '*DAVID CYRIL*'
global.author = 'QUEEN_ANITA-V3'
global.packname = '*OPTIMUS*'
global.author = 'NEMESIS PRIME-V13'

// cpanel
global.domain = 'https://' // deeceexxx
global.apikey2 = 'ptlc' // I love anita
global.capikey2 = 'ptla' // david x anita
global.eggsnya = '15' // The id eggs used if the id is 5, just leave it, don't change it
global.eggsnya = '5' // The id eggs used if the id is 5, just leave it, don't change it
global.location = '1' // id location


Expand Down Expand Up @@ -64,7 +64,7 @@ global.available = false;
// to show always online
global.autoreadmessages = false;
///To always read messages
global.chatbot = false;
global.chatbot = true;
global.autoreact = false;

global.welcome = false;
Expand Down