-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathconfig.js
More file actions
48 lines (42 loc) · 1.37 KB
/
config.js
File metadata and controls
48 lines (42 loc) · 1.37 KB
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
48
import { watchFile, unwatchFile } from 'fs'
import chalk from 'chalk'
import { fileURLToPath } from 'url'
global.owner = [
['254798708444', 'Abdul ❤️🫶', true],
// ['254787 002739', 'Alchemist']
]
global.mods = ['254798708444']
global.prems = ['254798708444']
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': 'x7ZtRLdB'
}
global.packname = 'Made With ❤️'
global.author = 'Abdulrahman'
global.fgig = '▢ Follow me on Instagram\nhttps://www.instagram.com/noo.i.e\n'
global.dygp = 'https://chat.whatsapp.com/L3OL4BaN1YN07dE9rDPomh'
global.rpl = 'https://chat.whatsapp.com/L3OL4BaN1YN07dE9rDPomh'
global.fgsc = 'https://github.com/x-poison'
global.fgyt = 'https://youtube.com/@poisonmods'
global.fglog = 'https://i.imgur.com/EJgRBnS.jpg'
global.wait = '*⌛ _loading..._*\n*▰▰▰▰▰▰▱▱*'
global.rwait = '⌛'
global.dmoji = '🤭'
global.done = '✅'
global.error = '❌'
global.xmoji = '🔥'
global.multiplier = 69
global.maxwarn = '3'
let file = fileURLToPath(import.meta.url)
watchFile(file, () => {
unwatchFile(file)
console.log(chalk.redBright("Update 'config.js'"))
import(`${file}?update=${Date.now()}`)
})