-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
/
config.js
486 lines (414 loc) ยท 24.3 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
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
import { watchFile, unwatchFile } from "fs"
import chalk from "chalk"
import { fileURLToPath } from "url"
import fs from "fs"
import cheerio from 'cheerio';
import fetch from "node-fetch"
import axios from "axios"
import moment from "moment-timezone"
import { es as esDefault, en as enDefault } from "./lib/multi-language/_default.js"
import { en, es, id, ar, pt } from "./lib/idiomas/total-idiomas.js"
// โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข
// [ES] > Agrega el nรบmero que serรก Bot y los que serรกn propietarios.
// [EN] > Add the number that will be Bot and those that will be owners.
global.owner = [
["573147616444", '๐๐๐ฉ๐๐ฝ๐ค๐ฉ-๐๐ฟ ๐๐', true], //๐๐๐ฉ๐๐ฝ๐ค๐ฉ-๐๐ฟ
["5492266613038"],
["5573031859"],
["593968585383"],
["595976126756"],
["593968263524"],
["5215539356057"]]
global.mods = []
global.prems = []
// Cambiar a false para usar el Bot desde el mismo numero del Bot.
global.isBaileysFail = false
// โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข
// โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข
// โฐโฐ RENDER โฑโฑ
//Kurt18: Obtener el cรณdigo QR por la URL del Hosting
global.obtenerQrWeb = 0; //Solo valores: 1 o 0
//Kurt18: Aplica para Host Render.com
global.keepAliveRender = 0; //Solo valores: 1 o 0
// โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข
// โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข
// โฐโฐ methodCode โฑโฑ
// [ES] > Agregue el nรบmero del Bot en "botNumberCode" si desea recibir cรณdigo de 8 dรญgitos sin registrar el nรบmero en la consola.
// [EN] > Add the Bot number in "botNumberCode" if you want to receive 8-digit code without registering the number in the console.
global.botNumberCode = "" //example: "+59309090909"
global.confirmCode = "" // No tocar esto : Do not touch this line
// โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข
// โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข
// โฐโฐ Multi Idioma Dinรกmico : Dynamic Multi Language (MID-GB) โฑโฑ
// [ES] > Agreguรฉ uno de los idiomas disponibles para el Bot en "mid".
// [EN] > I added one of the languages available for the Bot in "mid".
// โฐโฐ IDIOMAS DISPONIBLES : AVAILABLE LANGUAGES โฑโฑ
// Espaรฑol ๐ es
// English ๐ en
global.lenguajeGB = es
global.mid = esDefault
global.version_language = '1.0 (MID-GB)'
// [ES] > Si "default_language" esta vacรญo, su idioma predeterminado serรก Espaรฑol o se usarรก el idioma que cada usuario haya seleccionado al momento de registrarse.
// [EN] > If "default_language" is empty, your default language will be Spanish or the language that each user has selected at the time of registration will be used.
// โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข
// โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข
// โฐโฐ API KEYS โฑโฑ
global.Key360 = ["Gata_Dios"] // key Ephoto360
global.openai_key = 'sk-0' // Api New: https://platform.openai.com/account/api-keys
global.openai_org_id = 'org-3' // Api New: https://platform.openai.com/account/org-settings */
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 = "GataDiosV3"
global.itsrose = ["4b146102c4d500809da9d1ff"]
global.baileys = "@whiskeysockets/baileys"
global.apis = 'https://deliriussapi-oficial.vercel.app'
global.APIs = {
xteam: 'https://api.xteam.xyz',
dzx: 'https://api.dhamzxploit.my.id',
lol: 'https://api.lolhuman.xyz',
violetics: 'https://violetics.pw',
neoxr: 'https://api.neoxr.my.id',
zenzapis: 'https://api.zahwazein.xyz',
akuari: 'https://api.akuari.my.id',
akuari2: 'https://apimu.my.id',
fgmods: 'https://api.fgmods.xyz',
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'
},
global.APIKeys = {
'https://api.xteam.xyz': `${keysxteam}`,
'https://api.lolhuman.xyz': `${lolkeysapi}`,
'https://api.neoxr.my.id': `${keysneoxr}`,
'https://violetics.pw': 'beta',
'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'
}
// โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข
// โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข
// โฐโฐ bibliotecas : libraries โฑโฑ
global.cheerio = cheerio
global.fs = fs
global.fetch = fetch
global.axios = axios
global.moment = moment
// โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข
// โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข
// [ES] > Agregate a ti, colaboradores o ayudates, aparecerรก en el comando de lista de contactos.
// [EN] > Adding yourself, collaborators or helpers will appear in the contact list command.
global.official = [ // Agregate si eres Owner
["593968263524", 'Gata Dios ๐ป', 1],
["573147616444", '๐๐ฒ๐๐ฎ๐ฟ๐ฟ๐ผ๐น๐น๐ฎ๐ฑ๐ผ๐ฟ ๐ข๐ณ๐ถ๐ฐ๐ถ๐ฎ๐น ๐ป', 1],
["5521989092076", '๐๐ฒ๐๐ฎ๐ฟ๐ฟ๐ผ๐น๐น๐ฎ๐ฑ๐ผ๐ฟ๐ฎ ๐ข๐ณ๐ถ๐ฐ๐ถ๐ฎ๐น ๐ป', 1]]
global.mail = '' // Add email
global.desc = '' // Add short description (20 caractres max)
global.desc2 = '' // Add long description (90 caractres max) (Este parรกmetro se aplicarรก sรณlo si su whasapp no tiene descripciรณn)
global.country = '' // Add country, example: ๐ช๐จ
// โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข
global.packname = `โญ ๐๐ฎ๐๐ฎ๐๐ผ๐-๐ ๐ ๐\nโ\nโ ยป ๐๐๐๐๐๐๐๐:\nโ @globalgb\nโ\nโ ยป ๐๐๐๐๐๐๐:\nโ @gatadios\nโ\nโ ยป ๐ธ๐๐๐๐๐๐๐๐:\nโ @gata_dios\nโฐโโโโโโโโโข` //"๐๐๐ฉ๐๐ฝ๐ค๐ฉ-๐๐ฟ ๐"
global.author = ` โญ ๐๐ฎ๐๐ฎ ๐๐ถ๐ผ๐ โ\n โ\n โ ยป ๐ถ๐๐๐ท๐๐:\n โ GataNina-Li\n โ\n โ โน Super Bot WhatsApp.\n โ\n โ โก Apoyo\n โ ยป ๐ฟ๐๐ข๐ฟ๐๐:\n โ @OficialGD\n โฐโโโโโโโโโข` //"๐๐๐ฉ๐ ๐ฟ๐๐ค๐จ"
// โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข
// [ES] > INFORMACIรN DE VERSIONES DEL BOT, POR FAVOR
// MANTENGA ESTO SIN MODIFICAR, NOS ESFORZAMOS A DIARIO POR OFRECERLES UN BOT PARA LA COMUNIDAD, SEA AGRADECIDO ๐
// [EN] > BOT VERSION INFORMATION, PLEASE KEEP THIS UNCHANGED, WE STRIVE DAILY TO PROVIDE YOU WITH A BOT FOR THE COMMUNITY, BE GRATEFUL
global.vs = "1.7.0"
global.vsJB = "3.0 (Beta)"
global.gt = "๐๐๐ฉ๐๐ฝ๐ค๐ฉ-๐๐ฟ"
fetchDataAndProcess().catch(error => console.error('Ocurriรณ un error:', error))
// โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข
global.rg = 'โฐโฑโ
โฑ *๐๐๐๐๐๐๐ผ๐ฟ๐ | ๐๐๐๐๐๐* โฑโ
โฑโฎ\n\n'
global.resultado = rg
global.ag = 'โฐโฑโ ๏ธโฑ *๐ผ๐ฟ๐๐๐๐๐๐๐พ๐๐ผ | ๐๐ผ๐๐๐๐๐* โฑโ ๏ธโฑโฎ\n\n'
global.advertencia = ag
global.iig = 'โฐโฑโโฑ *๐๐๐๐๐๐๐ผ๐พ๐๐ฬ๐ | ๐๐๐๐๐๐๐ผ๐๐๐๐* โฑโฑโฎ\n\n'
global.informacion = iig
global.fg = 'โฐโฑโโฑ *๐๐ผ๐๐๐ฬ | ๐๐๐๐๐* โฑโโฑโฎ\n\n'
global.fallo = fg
global.mg = 'โฐโฑโ๏ธโฑ *๐๐ ๐๐๐ฬ ๐๐ผ๐ | ๐๐๐๐ฟ ๐๐ ๐๐๐๐๐* โฑโ๏ธโฑโฎ\n\n'
global.mal = mg
global.eeg = 'โฐโฑ๐ฉโฑ *๐๐๐๐๐๐๐ | ๐๐๐๐๐๐* โฑ๐ฉโฑโฎ\n\n'
global.envio = eeg
global.eg = 'โฐโฑ๐โฑ *๐ฬ๐๐๐๐ | ๐๐๐พ๐พ๐๐๐* โฑ๐โฑโฎ\n\n'
global.exito = eg
// โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข
global.wm = "๐๐๐ฉ๐๐ฝ๐ค๐ฉ-๐๐ฟ : ๐๐๐ฉ๐ ๐ฟ๐๐ค๐จ"
global.igfg = "๐๐๐ฉ๐๐ฝ๐ค๐ฉ-๐๐ฟ"
global.nomorown = "593993684821"
global.pdoc = ["application/vnd.openxmlformats-officedocument.presentationml.presentation", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "application/vnd.ms-excel", "application/msword", "application/pdf", "text/rtf"]
// โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข
// โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข
// โฐ RPG โฑ
global.flaaa = [
'https://flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=water-logo&script=water-logo&fontsize=90&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&fillTextColor=%23000&shadowGlowColor=%23000&backgroundColor=%23000&text=',
'https://flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=crafts-logo&fontsize=90&doScale=true&scaleWidth=800&scaleHeight=500&text=',
'https://flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=amped-logo&doScale=true&scaleWidth=800&scaleHeight=500&text=',
'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=sketch-name&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&fillTextType=1&fillTextPattern=Warning!&text=',
'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=sketch-name&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&fillTextType=1&fillTextPattern=Warning!&fillColor1Color=%23f2aa4c&fillColor2Color=%23f2aa4c&fillColor3Color=%23f2aa4c&fillColor4Color=%23f2aa4c&fillColor5Color=%23f2aa4c&fillColor6Color=%23f2aa4c&fillColor7Color=%23f2aa4c&fillColor8Color=%23f2aa4c&fillColor9Color=%23f2aa4c&fillColor10Color=%23f2aa4c&fillOutlineColor=%23f2aa4c&fillOutline2Color=%23f2aa4c&backgroundColor=%23101820&text='];
global.cmenut = "โโโโโโโใ"
global.cmenub = "โโฆ "
global.cmenuf = "โฐโโโ
โโโโโโโโเน\n"
global.cmenua = "\nโ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ\n "
global.dmenut = "*โโโ
โโโ
โฉ*"
global.dmenub = "*โยป*"
global.dmenub2 = "*โ*"
global.dmenuf = "*โฐโ
โโโโโโโโโ
โฆ*"
global.htjava = "โซนโซบ"
global.htki = "*โญโขฬฉฬฉอโฑโขโขโขโข โช*"
global.htka = "*โช โขโขโขโขฬฉฬฉอโฐโขโญ*"
global.comienzo = "โข โข โโโโโโ"
global.fin = " โข โข"
global.botdate = `โซนโซบ Date : ${moment.tz('America/Los_Angeles').format('DD/MM/YY')}`; //Asia/Jakarta
global.bottime = `๐ง ๐ ๐ ๐ : ${moment.tz('America/Los_Angeles').format('HH:mm:ss')}`;//America/Los_Angeles
global.fgif = {
key: {
participant : '0@s.whatsapp.net'},
message: {
"videoMessage": {
"title": wm,
"h": `Hmm`,
'seconds': '999999999',
'gifPlayback': 'true',
'caption': bottime,
'jpegThumbnail': fs.readFileSync('./media/menus/Menu3.jpg')
}}}
global.multiplier = 85 // Cuanto mรกs alto, mรกs difรญcil subir de nivel
//Emojis RPG - Referencias
global.rpg = {
emoticon(string) {
string = string.toLowerCase();
let emot = {
level: '๐งฌ Nivel : Level',
limit: lenguajeGB.eDiamante(),
exp: lenguajeGB.eExp(),
bank: '๐ฆ Banco : Bank',
diamond: lenguajeGB.eDiamantePlus(),
health: 'โค๏ธ Salud : Health',
kyubi: lenguajeGB.eMagia(),
joincount: lenguajeGB.eToken(),
emerald: lenguajeGB.eEsmeralda(),
stamina: lenguajeGB.eEnergia(),
role: '๐ช Rango | Role',
premium: '๐๏ธ Premium',
pointxp: '๐ง Puntos Exp : Point Xp',
gold: lenguajeGB.eOro(),
trash: lenguajeGB.eBasura(),
crystal: '๐ฎ Cristal : Crystal',
intelligence: '๐ง Inteligencia : Intelligence',
string: lenguajeGB.eCuerda(),
keygold: '๐ Llave de Oro : Key Gold',
keyiron: '๐๏ธ Llave de Hierro : Key Iron',
emas: lenguajeGB.ePinata(),
fishingrod: '๐ฃ Caรฑa de Pescar : Fishing Rod',
gems: '๐ Gemas : Gemas',
magicwand: 'โ๏ธ Varita Mรกgica : Magic Wand',
mana: '๐ช Hechizo : Spell',
agility: '๐คธโโ๏ธ Agilidad : Agility',
darkcrystal: 'โ ๏ธ Cristal Oscuro : Dark Glass',
iron: lenguajeGB.eHierro(),
rock: lenguajeGB.eRoca(),
potion: lenguajeGB.ePocion(),
superior: '๐ผ Superior : Superior',
robo: '๐ Robo : Robo',
upgrader: '๐งฐ Aumentar Mejora : Upgrade',
wood: lenguajeGB.eMadera(),
strength: '๐ฆนโ โ๏ธ Fuerza : Strength',
arc: '๐น Arco : Arc',
armor: '๐ฅผ Armadura : Armor',
bow: '๐น Super Arco : Super Bow',
pickaxe: 'โ๏ธ Pico : Peak',
sword: lenguajeGB.eEspada(),
common: lenguajeGB.eCComun(),
uncoommon: lenguajeGB.ePComun(),
mythic: lenguajeGB.eCMistica(),
legendary: lenguajeGB.eClegendaria(),
petFood: lenguajeGB.eAMascots(), //?
pet: lenguajeGB.eCMascota(),//?
bibitanggur: lenguajeGB.eSUva(), bibitapel: lenguajeGB.eSManzana(), bibitjeruk: lenguajeGB.eSNaranja(), bibitmangga: lenguajeGB.eSMango(), bibitpisang: lenguajeGB.eSPlatano(),
ayam: '๐ Pollo : Chicken',
babi: '๐ Puerco : Pig',
Jabali: '๐ Jabalรญ : Wild Boar',
bull: '๐ Toro : Bull',
buaya: '๐ Cocodrilo : Alligator',
cat: lenguajeGB.eGato(),
centaur: lenguajeGB.eCentauro(),
chicken: '๐ Pollo : Chicken',
cow: '๐ Vaca : Cow',
dog: lenguajeGB.ePerro(),
dragon: lenguajeGB.eDragon(),
elephant: '๐ Elefante : Elephant',
fox: lenguajeGB.eZorro(),
giraffe: '๐ฆ Jirafa : Giraffe',
griffin: lenguajeGB.eAve(), //Mascota : Griffin',
horse: lenguajeGB.eCaballo(),
kambing: '๐ Cabra : Goat',
kerbau: '๐ Bรบfalo : Buffalo',
lion: '๐ฆ Leรณn : Lion',
money: lenguajeGB.eGataCoins(),
monyet: '๐ Mono : Monkey',
panda: '๐ผ Panda',
snake: '๐ Serpiente : Snake',
phonix: '๐๏ธ Fรฉnix : Phoenix',
rhinoceros: '๐ฆ Rinoceronte : Rhinoceros',
wolf: lenguajeGB.eLobo(),
tiger: '๐
Tigre : Tiger',
cumi: '๐ฆ Calamar : Squid',
udang: '๐ฆ Camarรณn : Shrimp',
ikan: '๐ Pez : Fish',
fideos: '๐ Fideos : Noodles',
ramuan: '๐งช Ingrediente NOVA : Ingredients',
knife: '๐ช Cuchillo : Knife'
}
let results = Object.keys(emot).map(v => [v, new RegExp(v, 'gi')]).filter(v => v[1].test(string))
if (!results.length) return ''
else return emot[results[0][0]];
}}
global.rpgg = { //Solo emojis
emoticon(string) {
string = string.toLowerCase();
let emott = {
level: '๐งฌ', limit: '๐', exp: 'โก', bank: '๐ฆ',
diamond: '๐+', health: 'โค๏ธ', kyubi: '๐', joincount: '๐ช',
emerald: '๐', stamina: 'โจ', role: '๐ช', premium: '๐๏ธ',
pointxp: '๐ง', gold: '๐',
trash: '๐', crystal: '๐ฎ', intelligence: '๐ง ', string: '๐ธ๏ธ', keygold: '๐',
keyiron: '๐๏ธ', emas: '๐ช
', fishingrod: '๐ฃ', gems: '๐', magicwand: 'โ๏ธ',
mana: '๐ช', agility: '๐คธโโ๏ธ', darkcrystal: 'โ ๏ธ', iron: 'โ๏ธ', rock: '๐ชจ',
potion: '๐ฅค', superior: '๐ผ', robo: '๐', upgrader: '๐งฐ', wood: '๐ชต',
strength: '๐ฆนโ โ๏ธ', arc: '๐น', armor: '๐ฅผ', bow: '๐น', pickaxe: 'โ๏ธ', sword: 'โ๏ธ',
common: '๐ฆ', uncoommon: '๐ฅก', mythic: '๐ณ๏ธ', legendary: '๐', petFood: '๐', pet: '๐ฑ',
bibitanggur: '๐', bibitapel: '๐', bibitjeruk: '๐', bibitmangga: '๐ฅญ', bibitpisang: '๐',
ayam: '๐', babi: '๐', Jabali: '๐', bull: '๐', buaya: '๐', cat: '๐',
centaur: '๐', chicken: '๐', cow: '๐', dog: '๐', dragon: '๐', elephant: '๐',
fox: '๐ฆ', giraffe: '๐ฆ', griffin: '๐ฆ
', //Mascota : Griffin',
horse: '๐', kambing: '๐', kerbau: '๐', lion: '๐ฆ', money: '๐ฑ', monyet: '๐', panda: '๐ผ',
snake: '๐', phonix: '๐๏ธ', rhinoceros: '๐ฆ',
wolf: '๐บ', tiger: '๐
', cumi: '๐ฆ', udang: '๐ฆ', ikan: '๐',
fideos: '๐', ramuan: '๐งช', knife: '๐ช'
}
let results = Object.keys(emott).map(v => [v, new RegExp(v, 'gi')]).filter(v => v[1].test(string));
if (!results.length) return '';
else return emott[results[0][0]];
}}
global.rpgshop = { //Tienda
emoticon(string) {
string = string.toLowerCase();
let emottt = {
exp: lenguajeGB.eExp(), limit: lenguajeGB.eDiamante(), diamond: lenguajeGB.eDiamantePlus(), joincount: lenguajeGB.eToken(),
emerald: lenguajeGB.eEsmeralda(), berlian: lenguajeGB.eJoya(), kyubi: lenguajeGB.eMagia(), gold: lenguajeGB.eOro(),
money: lenguajeGB.eGataCoins(), tiketcoin: lenguajeGB.eGataTickers(), stamina: lenguajeGB.eEnergia(),
potion: lenguajeGB.ePocion(), aqua: lenguajeGB.eAgua(), trash: lenguajeGB.eBasura(), wood: lenguajeGB.eMadera(),
rock: lenguajeGB.eRoca(), batu: lenguajeGB.ePiedra(), string: lenguajeGB.eCuerda(), iron: lenguajeGB.eHierro(),
coal: lenguajeGB.eCarbon(), botol: lenguajeGB.eBotella(), kaleng: lenguajeGB.eLata(), kardus: lenguajeGB.eCarton(),
eleksirb: lenguajeGB.eEletric(), emasbatang: lenguajeGB.eBarraOro(), emasbiasa: lenguajeGB.eOroComun(), rubah: lenguajeGB.eZorroG(),
sampah: lenguajeGB.eBasuraG(), serigala: lenguajeGB.eLoboG(), kayu: lenguajeGB.eMaderaG(), sword: lenguajeGB.eEspada(),
umpan: lenguajeGB.eCarnada(), healtmonster: lenguajeGB.eBillete(), emas: lenguajeGB.ePinata(), pancingan: lenguajeGB.eGancho(),
pancing: lenguajeGB.eCanaPescar(),
common: lenguajeGB.eCComun(), uncoommon: lenguajeGB.ePComun(), mythic: lenguajeGB.eCMistica(),
pet: lenguajeGB.eCMascota(),//?
gardenboxs: lenguajeGB.eCJardineria(),//?
legendary: lenguajeGB.eClegendaria(),
anggur: lenguajeGB.eUva(), apel: lenguajeGB.eManzana(), jeruk: lenguajeGB.eNaranja(), mangga: lenguajeGB.eMango(), pisang: lenguajeGB.ePlatano(),
bibitanggur: lenguajeGB.eSUva(), bibitapel: lenguajeGB.eSManzana(), bibitjeruk: lenguajeGB.eSNaranja(), bibitmangga: lenguajeGB.eSMango(), bibitpisang: lenguajeGB.eSPlatano(),
centaur: lenguajeGB.eCentauro(), griffin: lenguajeGB.eAve(), kucing: lenguajeGB.eGato(), naga: lenguajeGB.eDragon(),
fox: lenguajeGB.eZorro(), kuda: lenguajeGB.eCaballo(), phonix: lenguajeGB.eFenix(), wolf: lenguajeGB.eLobo(),
anjing: lenguajeGB.ePerro(),
petFood: lenguajeGB.eAMascots(), //?
makanancentaur: lenguajeGB.eCCentauro(), makanangriffin: lenguajeGB.eCAve(),
makanankyubi: lenguajeGB.eCMagica(), makanannaga: lenguajeGB.eCDragon(), makananpet: lenguajeGB.eACaballo(), makananphonix: lenguajeGB.eCFenix()
}
let results = Object.keys(emottt).map(v => [v, new RegExp(v, 'gi')]).filter(v => v[1].test(string));
if (!results.length) return '';
else return emottt[results[0][0]];
}}
global.rpgshopp = { //Tienda
emoticon(string) {
string = string.toLowerCase();
let emotttt = {
exp: 'โก', limit: '๐', diamond: '๐+', joincount: '๐ช',
emerald: '๐', berlian: 'โฆ๏ธ', kyubi: '๐', gold: '๐',
money: '๐ฑ', tiketcoin: '๐ซ', stamina: 'โจ',
potion: '๐ฅค', aqua: '๐ง', trash: '๐', wood: '๐ชต',
rock: '๐ชจ', batu: '๐ฅ', string: '๐ธ๏ธ', iron: 'โ๏ธ',
coal: 'โฑ๏ธ', botol: '๐ถ', kaleng: '๐ฅซ', kardus: '๐ชง',
eleksirb: '๐ก', emasbatang: 'ใฝ๏ธ', emasbiasa: '๐งญ', rubah: '๐ฆ๐ซ๏ธ',
sampah: '๐๐ซ๏ธ', serigala: '๐บ๐ซ๏ธ', kayu: '๐ท', sword: 'โ๏ธ',
umpan: '๐ชฑ', healtmonster: '๐ต', emas: '๐ช
', pancingan: '๐ช',
pancing: '๐ฃ',
common: '๐ฆ', uncoommon: '๐ฅก', mythic: '๐ณ๏ธ',
pet: '๐ซ',//?
gardenboxs: '๐',//?
legendary: '๐',
anggur: '๐', apel: '๐', jeruk: '๐', mangga: '๐ฅญ', pisang: '๐',
bibitanggur: '๐พ๐', bibitapel: '๐พ๐', bibitjeruk: '๐พ๐', bibitmangga: '๐พ๐ฅญ', bibitpisang: '๐พ๐',
centaur: '๐', griffin: '๐ฆ
', kucing: '๐', naga: '๐', fox: '๐ฆ', kuda: '๐', phonix: '๐๏ธ', wolf: '๐บ', anjing: '๐ถ',
petFood: '๐', //?
makanancentaur: '๐๐ฅฉ', makanangriffin: '๐ฆ
๐ฅฉ', makanankyubi: '๐๐ฅฉ', makanannaga: '๐๐ฅฉ',
makananpet: '๐ฑ๐ฅฉ', makananphonix: '๐๏ธ๐ฅฉ'
}
let results = Object.keys(emotttt).map(v => [v, new RegExp(v, 'gi')]).filter(v => v[1].test(string));
if (!results.length) return '';
else return emotttt[results[0][0]];
}}
// โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข
// IDs de canales
global.ch = {
ch1: '120363336642332098@newsletter',
ch2: '120363160031023229@newsletter',
ch3: '120363169294281316@newsletter',
ch4: '120363203805910750@newsletter',
ch5: '120363302472386010@newsletter',
ch6: '120363301598733462@newsletter',
}
// โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข
let file = fileURLToPath(import.meta.url);
watchFile(file, () => {
unwatchFile(file);
console.log(chalk.redBright("Update 'config.js'"));
import(`${file}?update=${Date.now()}`);
})
async function fetchDataAndProcess() {
const response = await fetch('https://raw.githubusercontent.com/GataNina-Li/GataBot-MD/master/official_accounts.json')
const data = await response.json()
let { accounts, channels, groups, collaboration, sponsors, others } = data.info
global.yt = accounts.youTube
global.yt2 = others.yt_vid
global.ig = accounts.instagram
global.md = accounts.gatabot_md
global.fb = accounts.facebook
global.tk = accounts.tiktok
global.ths = accounts.threads
global.paypal = accounts.paypal
global.asistencia = others.assistance_num
global.bot = 'wa.me/50238024328'
global.cuentas = accounts.all
global.canal1 = channels.channel1
global.canal2 = channels.channel2
global.canal3 = channels.channel3
global.canal4 = channels.channel4
global.soporteGB = others.group_support
global.grupo1 = groups.group1
global.grupo2 = groups.group2
global.grupo3 = groups.group3
global.grupo4 = groups.group4
global.grupo5 = groups.group5
global.grupo6 = groups.group6
global.grupo_collab1 = collaboration.group1
global.grupo_collab2 = collaboration.group2
global.grupo_collab3 = collaboration.group3
global.grupo_collab4 = collaboration.group4
global.patrocinador1 = sponsors.boxmine
global.patrocinador2 = sponsors.cafirexos
global.patrocinador3 = sponsors.vortexus
global.patrocinador4 = sponsors.asif
}