Skip to content

Commit

Permalink
๐Ÿงฟ ๐šƒ๐š‘๐šŽ ๐™ผ๐šข๐šœ๐š๐š’๐šŒ - ๐™ฑ๐š˜๐š ๐Ÿ”ฎ
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoSobrino authored Mar 20, 2022
1 parent 6dc9437 commit 8121edc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
console.log('Starting...')
console.log('Iniciando...')

import { join, dirname } from 'path'
import { createRequire } from "module";
Expand All @@ -16,12 +16,12 @@ const { name, author } = require(join(__dirname, './package.json')) // https://w
const { say } = cfonts
const rl = createInterface(process.stdin, process.stdout)

say('Lightweight\nWhatsApp Bot', {
say('TheMystic-Bot-MD\nWhatsApp Bot Multi-Device', {
font: 'chrome',
align: 'center',
gradient: ['red', 'magenta']
})
say(`'${name}' By @${author.name || author}`, {
say(`Bot creado por Bruno Sobrino`, {
font: 'console',
align: 'center',
gradient: ['red', 'magenta']
Expand Down Expand Up @@ -61,7 +61,7 @@ function start(file) {
})
p.on('exit', (_, code) => {
isRunning = false
console.error('Exited with code:', code)
console.error('Ocurrio un error inesperado:', code)
if (code === 0) return
watchFile(args[0], () => {
unwatchFile(args[0])
Expand Down

0 comments on commit 8121edc

Please sign in to comment.