forked from mickytexas/Halima-Bot_Multi_Device
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
46 lines (40 loc) · 1.22 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
import { watchFile, unwatchFile } from 'fs'
import chalk from 'chalk'
import { fileURLToPath } from 'url'
global.owner = [
['2347018087851', 'Dennis ❤️🫶', true],
]
global.mods = ['2347018087851']
global.prems = ['2347018087851']
global.APIs = {
xteam: 'https://api.xteam.xyz',
nrtm: 'https://fg-nrtm.ddns.net',
bg: 'http://bochil.ddns.net',
fgmods: 'https://api-fgmods.ddns.net'
}
global.APIKeys = {
'https://api.xteam.xyz': 'd90a9e986e18778b',
'https://zenzapis.xyz': '675e34de8a',
'https://api-fgmods.ddns.net': 'Dennis'
}
global.packname = 'Dennisᴮᴼᵀ'
global.author = 'Dennis'
global.fgig =
global.dygp = 'https://chat.whatsapp.com/IufF8qqWt0RFNfDbto5J5G'
global.fgsc = 'https://chat.whatsapp.com/IufF8qqWt0RFNfDbto5J5G'
global.fgyt =
global.fglog = 'https://chat.whatsapp.com/IufF8qqWt0RFNfDbto5J5G'
global.wait = '*⌛ _loading..._*\n*▰▰▰▰▰▰▱▱*'
global.rwait = '⌛'
global.dmoji = '🤭'
global.done = '✅'
global.error = '❌'
global.xmoji = '🔥'
global.multiplier = 69
global.maxwarn = '5'
let file = fileURLToPath(import.meta.url)
watchFile(file, () => {
unwatchFile(file)
console.log(chalk.redBright("Update 'config.js'"))
import(`${file}?update=${Date.now()}`)
})