Skip to content

Commit 1d51eda

Browse files
authored
Update index.js
1 parent c376b75 commit 1d51eda

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: index.js

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
console.log('[ ℹ️ ] جاري الاتصال...');
1+
console.log('[ 💠 ] جاري التجهيز...');
22
import {join, dirname} from 'path';
33
import {createRequire} from 'module';
44
import {fileURLToPath} from 'url';
@@ -13,11 +13,11 @@ const {name, author} = require(join(__dirname, './package.json'));
1313
const {say} = cfonts;
1414
const rl = createInterface(process.stdin, process.stdout);
1515

16-
say('The zero\nBot', {
16+
say('The mego\nBot', {
1717
font: 'chrome',
1818
align: 'center',
1919
gradient: ['red', 'magenta']});
20-
say(`zero-bot`, {
20+
say(`light bot`, {
2121
font: 'console',
2222
align: 'center',
2323
gradient: ['red', 'magenta']});
@@ -42,7 +42,6 @@ function start(file) {
4242
args: args.slice(1)});
4343
const p = fork();
4444
p.on('message', (data) => {
45-
4645
console.log('[RECIBIDO]', data);
4746
switch (data) {
4847
case 'reset':

0 commit comments

Comments
 (0)