Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Karlita85 patch 1 #10

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ import { en, es, id, ar, pt } from './lib/idiomas/total-idiomas.js'

//---------[ Añada los numeros a ser Propietario/a ]---------

global.owner = [['573147616444', 'PROPIETARIO', true], ['593968585383'], ['5492266466080'], ['5492266613038'], ['5491155983299'], ['595986172767'], ['5492964650915'], ['51948705559']]
global.owner = [['', 'PROPIETARIO', true], ['']]
global.mods = []
global.prems = []

//BETA: Si quiere evitar escribir el número que será bot en la consola, agregué desde aquí entonces:
//Sólo aplica para opción 2 (ser bot con código de texto de 8 digitos)
global.botNumberCode = "" //Ejemplo: +59309090909
global.botNumberCode = "" //Ejemplo: +
global.confirmCode = ""

//---------[ IDIOMA : LENGUAJE ]---------
Expand Down Expand Up @@ -87,15 +87,15 @@ global.md = 'https://github.com/elrebelde21/LoliBot-MD'
global.fb = 'https://www.facebook.com/elrebelde21'
global.face = 'https://www.facebook.com/groups/872989990425789/'

global.nna = 'https://whatsapp.com/channel/0029Va4QjH7DeON0ePwzjS1A' //Update
global.nn = 'https://chat.whatsapp.com/HNDVUxHphPzG3cJHIwCaX5' //Grupo 1
global.nnn = 'https://chat.whatsapp.com/H4hxytyGvucIF1k0UAR7es' //Grupo 2
global.nnnt = 'https://chat.whatsapp.com/IlyJBy1fxcw2qAHLSC5YLa' //Grupo del Colaboracion
global.nnnt2 = 'https://chat.whatsapp.com/K7RzcVdxGqhGP5dCpVENSI' // Grupo COL 2
global.nnntt = 'https://chat.whatsapp.com/IB9Vs7mZ03BBkH3reCU8Dw' //Grupo COL 3
global.nnnttt = 'https://chat.whatsapp.com/KlqNmoUcVnsGJxIfATIDrK' //enlace lolibot
global.nnntttt = 'https://chat.whatsapp.com/FRkr7jJHSJA5OjVtE64dDs' //Grupo ayuda sobre el bot
global.bot = 'Wa.me/573147616444'
global.nna = 'https://chat.whatsapp.com/KisuqGheqKoCF772eC5H9o' //Update
global.nn = 'https://chat.whatsapp.com/KisuqGheqKoCF772eC5H9o' //Grupo 1
global.nnn = 'https://chat.whatsapp.com/KisuqGheqKoCF772eC5H9o' //Grupo 2
global.nnnt = 'https://chat.whatsapp.com/KisuqGheqKoCF772eC5H9o' //Grupo del Colaboracion
global.nnnt2 = 'https://chat.whatsapp.com/KisuqGheqKoCF772eC5H9o' // Grupo COL 2
global.nnntt = 'https://chat.whatsapp.com/KisuqGheqKoCF772eC5H9o' //Grupo COL 3
global.nnnttt = 'https://chat.whatsapp.com/KlqNmoUcVnsGJxIfAT' //enlace lolibot
global.nnntttt = 'https://chat.whatsapp.com/KisuqGheqKoCF772eC5H9o' //Grupo ayuda sobre el bot
global.bot = 'Wa.me/5'
global.asistencia = `${fb}`
global.redes = [nna, yt, nn, md, tiktok, fb, nnn, face]

Expand Down