forked from ZIXtechex/BLUEXDEMON
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
36 lines (30 loc) · 985 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
29
30
31
32
33
34
35
36
require("./database/module")
//GLOBAL PAYMENT
global.storename = "𝔻𝕆ℕ 𝕋𝔼ℂℍ 𝕀ℕℂ"
global.dana = "256704376077"
global.qris = false
// GLOBAL SETTING
global.owner = "256704376077"
global.namabot = "*𝐁𝐋𝐔𝐄𝐃𝐄𝐌𝐎𝐍-𝐕𝟑*"
global.nomorbot = "256704376077"
global.namacreator = "*𝔻𝕆ℕ 𝕋𝔼ℂℍ 𝕀ℕℂ* 👾"
global.linkyt = false
global.autoJoin = false
global.antilink = false
global.versisc = '3.1'
// DELAY JPM
global.delayjpm = 5500
//GLOBAL THUMB
global.codeInvite = ""
global.imageurl = 'https://l.top4top.io/p_32188bbq00.jpg'
global.isLink = 'https://whatsapp.com/channel/0029VajvAYL7YScvdKu2dA1r'
global.packname = "𝔻𝕆ℕ 𝕋𝔼ℂℍ 𝕀ℕℂ"
global.author = "BLUE DEMON"
global.jumlah = "5"
let file = require.resolve(__filename)
fs.watchFile(file, () => {
fs.unwatchFile(file)
console.log(chalk.redBright(`Update ${__filename}`))
delete require.cache[file]
require(file)
})