-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #189 from jeffersonalionco/master
๐งฟ ๐๐๐ ๐ผ๐ข๐๐๐๐ - ๐ฑ๐๐ ๐ฎ
- Loading branch information
Showing
111 changed files
with
20,168 additions
and
333 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"name": "TheMystic-Bot-MD", | ||
"website": "https://github.com/BrunoSobrino", | ||
"description": "Subscribete a The Shadow Borkers - Bot (โงโฝโฆ)", | ||
"repository": "https://github.com/BrunoSobrino/TheMystic-Bot-MD", | ||
"logo": "https://raw.githubusercontent.com/BrunoSobrino/TheMystic-Bot-MD/master/src/pictures/heroku-icon.jpg", | ||
"success_url": "https://github.com/BrunoSobrino/TheMystic-Bot-MD", | ||
"keywords": [ | ||
"nodejs", | ||
"heroku", | ||
"bot", | ||
"bots", | ||
"bot", | ||
"spanish", | ||
"whatsapp", | ||
"termux", | ||
"shadow", | ||
"multi-device", | ||
"md", | ||
"whatsappbot", | ||
"oficial", | ||
"whatsapp-md", | ||
"themysticbot", | ||
"themystic-bot", | ||
"themystic-bot-md"], | ||
"image": "heroku/nodejs", | ||
"buildpacks": [ | ||
{ | ||
"url": "heroku/nodejs" | ||
}, | ||
{ | ||
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest" | ||
}, | ||
{ | ||
"url": "https://github.com/bogini/heroku-buildpack-graphicsmagick" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,9 @@ 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'; | ||
|
||
global.botnumber = "" | ||
|
@@ -15,15 +18,12 @@ global.owner = [ | |
['5218442286089', '๐ซ Mystic - Collaborator 4 ๐ซ', true], | ||
['50246028932', '๐ซ Mystic - Collaborator 5 ๐ซ', true], | ||
['5212412377467', '๐ซ Mystic - Collaborator 6 ๐ซ', true], | ||
['5215517489568', '๐ซ Mystic - ReyEndymion ๐ซ', false], | ||
['5215517489568', '๐ซ Mystic - Rey Endymion ๐ซ', false], | ||
['59895555511', '๐ซ Mystic - Collaborator 8 ๐ซ', true], | ||
['59177601773', '๐ซ Mystic - Alba070503 ๐ซ', true], | ||
['393518398856','๐ซ Mystic - Fabri115๐ซ', true], | ||
['59177601773', '๐ซ Mystic - By Alba070503 ๐ซ', true], | ||
['393518398856','๐ซ Mystic - Tester Fabri115๐ซ', true], | ||
['593968585283'], | ||
['5219993404349'], | ||
['5219991402134'], | ||
['5492266466080'], | ||
['5219996125657'], | ||
['5218442114446'], | ||
['59894808483'], | ||
['593980586516'], | ||
|
@@ -36,41 +36,50 @@ global.owner = [ | |
['5217294888993'], | ||
['595992611272'] | ||
]; | ||
global.mods = []; | ||
global.prems = []; | ||
global.suittag = []; | ||
|
||
global.suittag = ['5219993404349']; | ||
global.prems = ['51995386439']; | ||
|
||
global.packname = 'Sticker'; | ||
global.author = 'The Mystic - Bot'; | ||
|
||
global.wm = 'The Mystic - Bot'; | ||
global.titulowm = 'The Mystic - Bot'; | ||
global.titulowm2 = 'The Mystic - Bot'; | ||
|
||
global.titulowm2 = `The Mystic - Bot` | ||
global.igfg = 'The Mystic - Bot'; | ||
global.wait = '*[ โณ ] Cargando...*'; | ||
|
||
global.imagen1 = fs.readFileSync('./Menu2.jpg'); | ||
global.imagen2 = fs.readFileSync('./src/anime.jpg'); | ||
global.imagen2 = fs.readFileSync('./src/nuevobot.jpg'); | ||
global.imagen3 = fs.readFileSync('./src/Pre Bot Publi.png'); | ||
global.imagen4 = fs.readFileSync('./Menu.png'); | ||
global.imagen5 = fs.readFileSync('./src/+18.jpg'); | ||
global.imagen6 = fs.readFileSync('./Menu3.png'); | ||
global.imagen7 = fs.readFileSync('./src/menu_pt.png'); | ||
global.imagen8 = fs.readFileSync('./src/menu_fr.png'); | ||
global.imagen9 = fs.readFileSync('./src/menu_en.png'); | ||
global.imagen10 = fs.readFileSync('./src/menu_ru.png'); | ||
global.imagen8 = fs.readFileSync('./src/menu_fr.png') | ||
global.imagen9 = fs.readFileSync('./src/menu_en.png') | ||
global.imagen10 = fs.readFileSync('./src/menu_ru.png') | ||
|
||
global.multiplier = 99; | ||
global.mods = []; | ||
|
||
//* *******Tiempo*************** | ||
global.d = new Date(new Date + 3600000); | ||
global.locale = 'es'; | ||
global.dia = d.toLocaleDateString(locale, {weekday: 'long'}); | ||
global.fecha = d.toLocaleDateString('es', {day: 'numeric', month: 'numeric', year: 'numeric'}); | ||
global.mes = d.toLocaleDateString('es', {month: 'long'}); | ||
global.aรฑo = d.toLocaleDateString('es', {year: 'numeric'}); | ||
global.tiempo = d.toLocaleString('es-ES', {hour: 'numeric', minute: 'numeric', second: 'numeric', hour12: true}); | ||
global.botdate = `*[ ๐ ] Fecha:* ${moment.tz('America/Mexico_City').format('DD/MM/YY')}`; | ||
global.bottime = `*[ โณ ] Hora:* ${moment.tz('America/Mexico_City').format('HH:mm:ss')}`; | ||
|
||
global.tiempo = d.toLocaleString('en-US', {hour: 'numeric', minute: 'numeric', second: 'numeric', hour12: true}); | ||
//* **************************** | ||
global.wm2 = `${dia} ${fecha}\nThe Mystic - Bot`; | ||
global.gt = 'The Mystic - Bot'; | ||
global.mysticbot = 'The Mystic - Bot'; | ||
global.md = 'https://github.com/BrunoSobrino/TheMystic-Bot-MD'; | ||
global.mysticbot = 'https://github.com/BrunoSobrino/TheMystic-Bot-MD'; | ||
global.waitt = '*[ โณ ] Cargando...*'; | ||
global.waittt = '*[ โณ ] Cargando...*'; | ||
global.waitttt = '*[ โณ ] Cargando...*'; | ||
global.nomorown = '5219993404349'; | ||
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']; | ||
global.cmenut = 'โโโโโโโใ'; | ||
global.cmenub = 'โโฆ '; | ||
global.cmenuf = 'โฐโโโ โโโโโโโโเน\n'; | ||
|
@@ -84,20 +93,22 @@ global.htki = '*โญโขฬฉฬฉอโฑโขโขโขโข โช*'; | |
global.htka = '*โช โขโขโขโขฬฉฬฉอโฐโขโญ*'; | ||
global.comienzo = 'โข โข โโโโโโ'; | ||
global.fin = 'โโโโโโ โข โข'; | ||
|
||
global.fgif = {key: {participant: '[email protected]'}, message: {'videoMessage': {'title': wm, 'h': `Hmm`, 'seconds': '999999999', 'gifPlayback': 'true', 'caption': bottime, 'jpegThumbnail': 'https://grxcwmcwbxwj.objectstorage.sa-saopaulo-1.oci.customer-oci.com/n/grxcwmcwbxwj/b/themystic-bot/o/logos%2Flogo.png'}}}; | ||
|
||
global.botdate = `*[ ๐ ] Fecha:* ${moment.tz('America/Mexico_City').format('DD/MM/YY')}`; | ||
global.bottime = `*[ โณ ] Hora:* ${moment.tz('America/Mexico_City').format('HH:mm:ss')}`; | ||
global.fgif = {key: {participant: '[email protected]'}, message: {'videoMessage': {'title': wm, 'h': `Hmm`, 'seconds': '999999999', 'gifPlayback': 'true', 'caption': bottime, 'jpegThumbnail': fs.readFileSync('./Menu.png')}}}; | ||
global.multiplier = 99; | ||
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=', | ||
]; | ||
//* ************************ | ||
|
||
const file = fileURLToPath(import.meta.url); | ||
watchFile(file, () => { | ||
unwatchFile(file); | ||
console.log(chalk.redBright('Se actualizรณ el archivo \'config.js\'')); | ||
console.log(chalk.redBright('Update \'config.js\'')); | ||
import(`${file}?update=${Date.now()}`); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.