forked from DGXeon/Xeon-Bug-API
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
28 lines (21 loc) · 788 Bytes
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
require("./doc/module.js")
global.prefix = ['','!','.',',','#','/']
global.owner = ['6289508427902']
global.ownMain = '6289508427902'
global.NamaOwner = '🦄드림 가이 Xeon' //
global.sessionName = 'session'
global.connect = true //
global.namabot = 'X-EndPoint' //
global.author = '🦄드림 가이 Xeon' //
global.packname = 'Xeon-Bug-API' //
global.url1 = 'https://whatsapp.com/channel/0029VaG9VfPKWEKk1rxTQD20' //
global.url2 = 'https://whatsapp.com/channel/0029VaG9VfPKWEKk1rxTQD20' //
global.linkgc = 'https://whatsapp.com/channel/0029VaG9VfPKWEKk1rxTQD20'
global.delayjpm = 3500
let file = require.resolve(__filename)
fs.watchFile(file, () => {
fs.unwatchFile(file)
console.log(chalk.redBright(`Update ${__filename}`))
delete require.cache[file]
require(file)
})