Skip to content
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
6 changes: 3 additions & 3 deletions settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ global.location = "India, West Bengal, Darjeeling" //ur location

//new
global.botname = 'Zenitsu-Bot' //ur bot name
global.ownernumber = ['917029257330'] //ur owner number, dont add more than one
global.ownernumber = ['6288983776755'] //ur owner number, dont add more than one
global.ownername = '🦄Dream Guy Deepak' //ur owner name
global.websitex = "https://youtube.com/@dreamguydeepak"
global.wagc = "https://whatsapp.com/channel/0029VaDEDUaC6ZvewFKv6835"
Expand All @@ -21,7 +21,7 @@ global.packname = "Zenitsu-Bot"
global.author = "🦄Dream Guy Deepak"
global.creator = "[email protected]"
global.xprefix = '.'
global.premium = ["917029257330"] // Premium User
global.premium = ["6288983776755"] // Premium User

//channel id
global.xchannel = {
Expand Down Expand Up @@ -76,4 +76,4 @@ fs.watchFile(file, () => {
console.log(chalk.redBright(`Update ${__filename}`))
delete require.cache[file]
require(file)
});
});