-
Notifications
You must be signed in to change notification settings - Fork 275
/
Copy pathconfig.js
47 lines (36 loc) · 1.06 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
require("./database/module")
//GLOBAL PAYMENT
global.storename = "STINGER-V4"
global.dana = "2348187637779"
global.qris = "https://i.ibb.co/BnYRXcw/STINGER-V4.jpg"
// GLOBAL SETTING
global.owner = "2348187637779"
global.namabot = " S҉ T҉ I҉ N҉ G҉ E҉ R҉- V҉ 4҉"
global.nomorbot = "2348187637779"
global.namaCreator = "ES TEAMS"
global.linkyt = "https://youtube.com/@esteams"
global.autoJoin = false
global.antilink = false
global.versisc = '4.0.2'
// DELAY JPM
global.delayjpm = 5500
// SETTING PANEL
global.apikey = 'PLTC'
global.capikey = 'PLTA'
global.domain = 'https://domain.com'
global.eggsnya = '15'
global.location = '1'
//GLOBAL THUMB
global.codeInvite = ""
global.imageurl = 'https://i.ibb.co/BnYRXcw/STINGER-V4.jpg'
global.isLink = 'https://whatsapp.com/channel/0029Vaj1vKSK5cDDT4tVvY1y'
global.packname = "ES TEAMS"
global.author = "ES TEAMS"
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)
})