-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.js
125 lines (111 loc) · 5.77 KB
/
settings.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
import { watchFile, unwatchFile } from 'fs'
import path from 'path';
import chalk from 'chalk';
import fs from 'fs'
import { fileURLToPath } from 'url'
//---------[ PROPIETARIO/OWNER ]---------
global.owner = [
["1008834879858946170"],
["750524319876120657"],
["1293878711271293000"],
["1132831529190559744"]]
//---------[ Token ]---------
global.botToken = "" //Sacar tu token aqui: https://discord.com/developers/applications
//---------[ NOMBRE/INFO ]---------
global.wm = "NovaBot-DS"
global.vs = "1.0.0 (Beta)"
//---------[ FECHA/IDIOMAS ]---------
global.place = 'America/Bogota' // Aquí puedes encontrar tu ubicación https://momentjs.com/timezone/
//global.lenguaje = es //Predeterminado en idioma Español
//---------[ APIS GLOBAL ]---------
global.keysZens = ['LuOlangNgentot', 'c2459db922', '37CC845916', '6fb0eff124', 'hdiiofficial', 'fiktod', 'BF39D349845E', '675e34de8a', '0b917b905e6f'];
global.keysxxx = keysZens[Math.floor(keysZens.length * Math.random())];
global.keysxteammm = ['29d4b59a4aa687ca', '5LTV57azwaid7dXfz5fzJu', 'cb15ed422c71a2fb', '5bd33b276d41d6b4', 'HIRO', 'kurrxd09', 'ebb6251cc00f9c63'];
global.keysxteam = keysxteammm[Math.floor(keysxteammm.length * Math.random())];
global.keysneoxrrr = ['5VC9rvNx', 'cfALv5'];
global.keysneoxr = keysneoxrrr[Math.floor(keysneoxrrr.length * Math.random())];
global.lolkeysapi = ['GataDios']; // ['BrunoSobrino_2']
global.itsrose = ['4b146102c4d500809da9d1ff'];
global.API = (name, path = '/', query = {}, apikeyqueryname) => (name in global.APIs ? global.APIs[name] : name) + path + (query || apikeyqueryname ? '?' + new URLSearchParams(Object.entries({...query, ...(apikeyqueryname ? {[apikeyqueryname]: global.APIKeys[name in global.APIs ? global.APIs[name] : name]} : {})})) : '');
global.APIs = {
//ApiEmpire: 'https://',
CFROSAPI: 'https://api.cafirexos.com',
nrtm: 'https://fg-nrtm.ddns.net',
fgmods: 'https://api.fgmods.xyz',
xteam: 'https://api.xteam.xyz',
dzx: 'https://api.dhamzxploit.my.id',
lol: 'https://api.lolhuman.xyz',
neoxr: 'https://api.neoxr.my.id',
zenzapis: 'https://api.zahwazein.xyz',
akuari: 'https://api.akuari.my.id',
akuari2: 'https://apimu.my.id',
botcahx: 'https://api.botcahx.biz.id',
ibeng: 'https://api.ibeng.tech/docs',
rose: 'https://api.itsrose.site',
popcat: 'https://api.popcat.xyz',
xcoders: 'https://api-xcoders.site',
vihangayt: 'https://vihangayt.me',
erdwpe: 'https://api.erdwpe.com',
xyroinee: 'https://api.xyroinee.xyz',
nekobot: 'https://nekobot.xyz'
},
global.APIKeys = {
'https://api.xteam.xyz': `${keysxteam}`,
'https://api.lolhuman.xyz': 'GataDios',
'https://api.neoxr.my.id': `${keysneoxr}`,
'https://api.zahwazein.xyz': `${keysxxx}`,
'https://api.fgmods.xyz': 'DRLg5kY7',
'https://api-fgmods.ddns.net': 'fg-dylux',
'https://api.botcahx.biz.id': 'Admin',
'https://api.ibeng.tech/docs': 'tamvan',
'https://api.itsrose.site': 'Rs-Zeltoria',
'https://api-xcoders.site': 'Frieren',
'https://api.xyroinee.xyz': 'uwgflzFEh6'
};
//---------[ IMAGEN ]---------
global.img = "https://qu.ax/Zgqq.jpg"
global.img1 = 'https://qu.ax/hNJk.jpg'
global.img2 = 'https://qu.ax/jzhN.jpg'
global.imagen1 = fs.readFileSync('./media/menu.jpg')
global.imagen2 = fs.readFileSync('./media/menu2.jpg')
global.imagen3 = fs.readFileSync('./media/menu3.jpg')
//---------[ ENLACES ]---------
global.md = 'https://github.com/elrebelde21/NovaBot-DS'
global.yt = 'https://www.youtube.com/@elrebelde.21'
global.tiktok = 'tiktok.com/@elrebelde21'
global.fb = 'https://www.facebook.com/elrebelde21'
global.faceb = 'https://facebook.com/groups/872989990425789/'
global.paypal = 'https://paypal.me/OficialGD'
global.nna = "https://whatsapp.com/channel/0029Va4QjH7DeON0ePwzjS1A" //Canal de WhatsApp "Infinity-wa"
global.nn = "https://discord.gg/zvKgtc2RBc" //Servidor de discord "SkyUltraPlus"
global.redes = [md, yt, tiktok, fb, paypal, nn]
global.img = [imagen1, imagen2, imagen3]
//---------[ INFO ]---------
global.info = {
espere: '*⧼ ⏳ ⧽ ┇›* _Espere un momento por favor..._',
wait: '*⌛ _Cargando | Charging..._ ▬▭▭▭▭▭▭*',
waitt: '*⌛ _Cargando | Charging..._ ▬▬▭▭▭*',
waittt: '*⌛ _Cargando | Charging..._ ▬▬▬▬▭▭*',
waitttt: '*⌛ _Cargando | Charging..._ ▬▬▬▬▬▬▭*',
result: '*⧼ ✅ ⧽ ┇›* _¡Asombroso! Resultado con éxito._',
warning: '*⧼ ⚠️ ⧽ ┇›* _¡Oh no...! Algo salió mal. Por favor, inténtalo de nuevo._',
admin: '*⧼ 🛂 ⧽ ┇›* _¡Alto ahí! Este comando o acción es exclusivo para los valientes administradores._',
botAdmin: '*⧼ 😸 ⧽ ┇›* _¡Aviso de permiso! Para usar este comando o acción requiero ser administrador._',
owner: '*⧼ 🔒 ⧽ ┇›* _¡Acceso restringido! Este comando es como un tesoro destinado únicamente a mí líder supremo._',
group: '*⧼ 🔰 ⧽ ┇›* _¡Cuidado! Este comando o acción es de uso sólo para grupos._',
private: '*⧼ 🕵️♀️ ⧽ ┇›* _Este comando o acción se desbloquea sólo al privado._',
bot: '*⧼ 👑 ⧽ ┇›* _¡Atención, acceso exclusivo! Este comando está reservado únicamente para mí._',
error: '*⧼ ❌ ⧽ ┇›* _¡Error inesperado, algo salió mal! Intente de nuevo o contacte con mis creadores._',
limit: '*⧼ ❗ ⧽ ┇›* _¡Oh no! Parece que tus diamantes 💎 se han agotado._',
registra: `*[ 🔴 HEY ALTO NO ESTAS REGISTRADO 🔴 ]*\n\nNO APARECES EN MI BASE DE DATOS ✋\n\nPara poder usar el bot necesita estar registrado:\n\n#reg nombre.edad`,
}
//---------------[ NIVELES, ADVERTENCIA ]----------------
global.multiplier = 90 // Cuanto más alto, más difícil subir de nivel
global.maxwarn = '5' // 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()}`)
})