Skip to content

Commit dc83a25

Browse files
Fixed Update bugs
1 parent 49911c9 commit dc83a25

File tree

5 files changed

+108
-92
lines changed

5 files changed

+108
-92
lines changed

bot.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)