Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion database/owner.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
["2348108395270","2348108395270","2348108395270"]
["255678774865"]
2 changes: 1 addition & 1 deletion database/premium.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{}]
[{255678774865}]
8 changes: 4 additions & 4 deletions settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ const fs = require('fs')
const chalk = require('chalk')

//contact details
global.ownernomer = "2348108395270"
global.ownernomer = "255678774865"
global.ownername = "*Phantom+Hacker"
global.ytname = "YT: phantom-hacks01"
global.ytname = "YT: Assistant-hacks01"
global.socialm = ""
global.location = "India, Mizoram, Aizawl"

global.ownernumber = '2348108395270' //creator number
global.ownernumber = '255678774865' //creator number
global.ownername = 'Phantom+Hacker' //owner name
global.botname = 'xbug bot' //name of the bot

Expand All @@ -33,7 +33,7 @@ global.link = 'https://whatsapp.com/channel/0029VaBROanEquiLW3ii1n47'
global.prefa = ['','!','.','#','&']

//false=disable and true=enable
global.autoRecording = false //auto recording
global.autoRecording = true //auto recording
global.autoTyping = false //auto typing
global.autorecordtype = false //auto typing + recording
global.autoread = false //auto read messages
Expand Down