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

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

//owner v card
global.vcardowner = ['+380944814219'] // owner number
global.vcardowner = ['+94713858517'] // owner number
global.ownername = "πŸ˜Žπ™†.𝙋𝙧𝙖𝙗𝙝𝙖𝙨𝙝𝙖❯❯" // owner name
global.ytname = "" // yt chanel name
global.socialm = "GitHub: prabhasha2006" // github or insta name
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.owner = ['+94713858517']
global.ownertag = '+94713858517' //your tag number
global.botname = 'π™π™€π˜Ώβ•Ί π˜Ώπ™π˜Όπ™‚π™Šπ™‰ - π˜‰π˜–π˜›' //ur bot name
global.packname = "Bot Sticker" // sticker packname
global.author = "π™π™€π˜Ώβ•Ί π˜Ώπ™π˜Όπ™‚π™Šπ™‰" // sticker author
global.dragonemoji = '🧩' // Menu emoji
global.footer = '[ β—‰ ʀᴇᴅ-ᴅʀᴀɒᴏɴ-ᴍᴅ ]' //

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

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