File tree Expand file tree Collapse file tree 5 files changed +108
-92
lines changed
Expand file tree Collapse file tree 5 files changed +108
-92
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ async function whatsAsena () {
100100 console . log ( `${ chalk . green . bold ( 'Whats' ) } ${ chalk . blue . bold ( 'Asena' ) }
101101${ chalk . white . bold ( 'Version:' ) } ${ chalk . red . bold ( config . VERSION ) }
102102
103- ${ chalk . blue . italic ( 'ℹ️ Connecting to WhatsApp... Please wait. ' ) } `) ;
103+ ${ chalk . blue . italic ( 'ℹ️ Connecting to WhatsApp...' ) } `) ;
104104 } ) ;
105105
106106
@@ -126,7 +126,7 @@ ${chalk.blue.italic('ℹ️ Connecting to WhatsApp... Please wait.')}`);
126126 } ) ;
127127
128128 console . log (
129- chalk . blueBright . italic ( 'Installing plugins...' )
129+ chalk . blueBright . italic ( '⬇️Installing plugins...' )
130130 ) ;
131131
132132 fs . readdirSync ( './plugins' ) . forEach ( plugin => {
@@ -136,7 +136,7 @@ ${chalk.blue.italic('ℹ️ Connecting to WhatsApp... Please wait.')}`);
136136 } ) ;
137137
138138 console . log (
139- chalk . green . bold ( 'Julie Mwol working!' )
139+ chalk . green . bold ( '✅ Julie Mwol working!' )
140140 ) ;
141141 } ) ;
142142
You can’t perform that action at this time.
0 commit comments