-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.js
52 lines (46 loc) · 1.56 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
48
49
50
51
52
import { watchFile, unwatchFile } from 'fs'
import chalk from 'chalk'
import { fileURLToPath } from 'url'
global.owner = [
['6285174306183', 'NANZONE', true],
['6285880029379'],
['6285174306183']
] //Numeros de owner
global.mods = ['6285174306183']
global.prems = ['6285174306183', '6285174306183', '6285174306183']
global.APIs = { // API Prefix
// name: 'https://website'
xteam: 'https://api.xteam.xyz',
nrtm: 'https://fg-nrtm.ddns.net',
bg: 'http://bochil.ddns.net',
fgmods: 'https://api-fgmods.ddns.net'
}
global.APIKeys = { // APIKey Here
// 'https://website': 'apikey'
'https://api.xteam.xyz': 'd90a9e986e18778b',
'https://zenzapis.xyz': '675e34de8a',
'https://api-fgmods.ddns.net': 'fg-dylux'
}
// Sticker WM
global.packname = 'KISUKE┃ᴮᴼᵀ'
global.author = '@nanzone'
global.fgig = '▢ Ikuti saya di Instagram \nhttps://www.instagram.com/nansoffc\n'
global.dygp = 'https://chat.whatsapp.com/GkfU6lFBfeAD6pvBNjyd5d'
global.fgsc = 'https://github.com/nanzone'
global.fgyt = 'http://info-nanzone.nans.tech/'
global.fgpyp = 'https://saweria.co/nansofficial'
global.fglog = 'https://i.ibb.co/tbHVZZ5/20230528-113117.png'
global.wait = '*⌛ _Loading..._*\n*▰▰▰▱▱▱▱▱*'
global.rwait = '⌛'
global.dmoji = '🤭'
global.done = '✅'
global.error = '❌'
global.xmoji = '🔥'
global.multiplier = 69
global.maxwarn = '2' // máxima advertencias
let file = fileURLToPath(import.meta.url)
watchFile(file, () => {
unwatchFile(file)
console.log(chalk.redBright("Update 'config.js'"))
import(`${file}?update=${Date.now()}`)
})