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 settings.js #231

Open
wants to merge 1 commit into
base: master
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
18 changes: 9 additions & 9 deletions settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,23 @@ global.doc5 = 'application/pdf'
global.doc6 = 'application/vnd.android.package-archive'

//owmner v card
global.vcardowner = ['916909137213'] //ur owner number
global.ownername = "🦄Dream Guy Xeon" //ur owner name
global.ytname = "YT: Xeon" //ur yt chanel name
global.socialm = "GitHub: DGXeon" //ur github or insta name
global.location = "India, Mizoram, Aizawl" //ur location
global.vcardowner = ['254700143167'] //ur owner number
global.ownername = "SILVA TECH" //ur owner name
global.ytname = "YT: Silva edits" //ur yt chanel name
global.socialm = "GitHub: Sylivanu" //ur github or insta name
global.location = "Africa, Kenya, Nairobi" //ur location

//bot bomdy
global.owner = ['916909137213']
global.ownertag = '916909137213' //ur tag number
global.botname = 'Cheems Bot MD V4' //ur bot name
global.owner = ['254700143167']
global.ownertag = '254700143167' //ur tag number
global.botname = 'silva tech' //ur bot name
global.linkz = "https://youtu.be/WiIqCdiDjFo" //your theme url which will be displayed on whatsapp
global.websitex = "https://youtu.be/WiIqCdiDjFo" //ur website to be displayed
global.botscript = 'https://github.com/DGXeon/CheemsBot-MD4' //script link
global.reactmoji = "😘" //ur menu react emoji
global.themeemoji = "🦄" //ur theme emoji
global.packname = "Cheems Bot Stickers\n\n\n\n\n\n\n\n\n\n\n🦄🦄🦄 " //ur sticker watermark packname
global.author = "🦄Dream Guy Xeon" //ur sticker watermark author
global.author = "silva tech" //ur sticker watermark author

//Bot theme media
global.thum = fs.readFileSync("./XeonMedia/theme/cheemspic.jpg") //ur thumb pic
Expand Down