-
-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathconfig.js
44 lines (37 loc) · 1.48 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
//============= Datos del Bot =============//
global.owner = ['59894808483', '5214531106422', '5219996125657', '5492266466080']
global.packname = '(☞゚∀゚)☞'
global.author = '𝕊𝕚𝕞𝕡𝕝𝕖𝔹𝕠𝕥'
global.wm = '𝕊𝕚𝕞𝕡𝕝𝕖𝔹𝕠𝕥'
global.wait = '*[❗] Ƈᴀʀɢᴀɴᴅᴏ, ᴀɢᴜᴀʀᴅᴇ ᴜɴ ᴍᴏᴍᴇɴᴛᴏ...*'
//============= urlButtons =============//
global.textUrlbot = 'ɢɪᴛʜᴜʙ'
global.linkUrlbot = "https://github.com/BrunoSobrino/SimpleBot"
//=========================================================================//
global.DeveloperMode = 'false'
global.linkGC = []
global.mods = []
global.prems = []
global.APIs = {
nrtm: 'https://nurutomo.herokuapp.com',
xteam: 'https://api.xteam.xyz',
nzcha: 'http://nzcha-apii.herokuapp.com',
dzx: 'https://api.dhamzxploit.my.id',
zahir: 'https://zahirr-web.herokuapp.com'
}
global.APIKeys = {
'https://api.xteam.xyz': 'd90a9e986e18778b',
'https://zahirr-web.herokuapp.com': 'zahirgans'
}
global.lolkeysapi = ['BrunoSobrino']
global.keysZens = ['fiktod', 'c2459db922', 'BF39D349845E', '675e34de8a', '37CC845916', '0b917b905e6f', '6fb0eff124']
global.keysxxx = keysZens[Math.floor(keysZens.length * Math.random())]
global.multiplier = 9999
let fs = require('fs')
let chalk = require('chalk')
let file = require.resolve(__filename)
fs.watchFile(file, () => {
fs.unwatchFile(file)
console.log(chalk.redBright("Se actualizo el archivo 'config.js'"))
delete require.cache[file]
require(file)})