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

Update config.js #415

Open
wants to merge 1 commit into
base: master
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
11 changes: 6 additions & 5 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ 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], //π™‚π™–π™©π™–π˜½π™€π™©-π™ˆπ˜Ώ πŸ’–πŸˆ
global.owner = ["573135181153"]

["573147616444"], 'π™Šπ™¬π™£π™šπ™§ πŸ’–πŸˆ', true], //π™‚π™–π™©π™–π˜½π™€π™©-π™ˆπ˜Ώ πŸ’–πŸˆ
["593968585383"],
["5492266613038"],
["593968263524"],
Expand All @@ -30,7 +31,7 @@ global.owner = [
["5215649706747"],
["59175655964"],
["595971490733"],
["5215539356057"]]
["5215539356057"]

global.mods = []
global.prems = []
Expand All @@ -48,7 +49,7 @@ 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.botNumberCode = "573135181153" //example: "+59309090909"
global.confirmCode = "" // No tocar esto : Do not touch this line
// β€’ β€’ β€’ β€’ β€’ β€’ β€’ β€’ β€’ β€’ β€’ β€’ β€’ β€’ β€’ β€’ β€’ β€’ β€’ β€’ β€’ β€’ β€’ β€’ β€’ β€’ β€’ β€’ β€’ β€’ β€’ β€’ β€’ β€’ β€’ β€’

Expand All @@ -60,7 +61,7 @@ global.confirmCode = "" // No tocar esto : Do not touch this line
// ❰❰ IDIOMAS DISPONIBLES : AVAILABLE LANGUAGES ❱❱
// EspaΓ±ol πŸ‘‰ es
// English πŸ‘‰ en
global.lenguajeGB = es
global.lenguajeGB = espaΓ±ol
global.mid = esDefault
global.version_language = '1.0 (MID-GB)'

Expand Down