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 #174

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
18 changes: 9 additions & 9 deletions settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ global.doc5 = 'application/pdf'
global.doc6 = 'application/vnd.android.package-archive'

//owner v card
global.vcardowner = ['+380944814219'] // owner number
global.ownername = "πŸ˜Žπ™†.𝙋𝙧𝙖𝙗𝙝𝙖𝙨𝙝𝙖❯❯" // owner name
global.vcardowner = ['+94761676948'] // owner number
global.ownername = "𝐒 𝐁𝐎𝐘 πŸ‘Ώ" // owner name
global.ytname = "" // yt chanel name
global.socialm = "GitHub: prabhasha2006" // github or insta name
global.location = "India, Mizoram, Aizawl" // location

//bot body
global.alivepic = `https://i.ibb.co/cyyCjN7/20220803-081426.png` // alive picture \\ use "https://ibb.com" to upload photos. < 1 MB
global.alivepic = `https://lh5.googleusercontent.com/-KQGtEG5-cs9-UZFtZ_nEAGqR5lDCgjnb-LC0IKiAAR3yCSgI4dIPh7uRS7Y8KQmvmlH38XkVAyaGd9Grn8j2RZe8rMfyAoHBdGSTuLX_5OpWFttcck2tk5EqcsuY0VQXQ=w1280` // alive picture \\ use "https://ibb.com" to upload photos. < 1 MB

global.dragonchat = "false" // chat bot "true" / "false" (200 auto replies in this)
global.callblock = "false" // call block "true" / "false" ("true" to block callers)
Expand All @@ -47,16 +47,16 @@ global.upsongvoice = "false" // true/false \\ bot can upload song as voice note
global.welcom_msg = "true" // Welcome / Goodbye [true/false]


global.owner = ['+380944814219']
global.ownertag = '+380944814219' //your tag number
global.botname = 'π™π™€π˜Ώβ•Ί π˜Ώπ™π˜Όπ™‚π™Šπ™‰ - π˜‰π˜–π˜›' //ur bot name
global.owner = ['+94761676948']
global.ownertag = '+94761676948' //your tag number
global.botname = '𝐒 𝐁𝐎𝐘 ππŽπ“βƒ€πŸ‘Ώ' //ur bot name
global.packname = "Bot Sticker" // sticker packname
global.author = "π™π™€π˜Ώβ•Ί π˜Ώπ™π˜Όπ™‚π™Šπ™‰" // sticker author
global.author = "𝐒 𝐁𝐎𝐘 ππŽπ“βƒ€πŸ‘Ώ" // sticker author
global.dragonemoji = '🧩' // Menu emoji
global.footer = '[ β—‰ ʀᴇᴅ-ᴅʀᴀɒᴏɴ-ᴍᴅ ]' //
global.footer = '[ Β© 𝐁𝐲 𝐒 𝐁𝐨𝐲 ππ¨π­βƒ€πŸ‘Ώ ]' //

//database
global.premium = ['+380944814219'] //ur premium numbers
global.premium = ['+94761676948'] //ur premium numbers

//other
global.sessionName = 'session'
Expand Down