Skip to content

Commit

Permalink
𝙇𝙤𝙡𝙞𝘽𝙤𝙩
Browse files Browse the repository at this point in the history
  • Loading branch information
elrebelde21 authored Oct 24, 2023
1 parent 8d449ff commit 188b1f8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,10 @@ console.log(chalk.bold.blueBright(lenguajeGB['smsConexionperdida']()))
process.send('reset')
} else if (reason === DisconnectReason.connectionReplaced) {
console.log(chalk.bold.yellowBright(lenguajeGB['smsConexionreem']()))
process.send('reset')
} else if (reason === DisconnectReason.loggedOut) {
console.log(chalk.bold.redBright(lenguajeGB['smsConexionOFF']()))
process.send('reset')
} else if (reason === DisconnectReason.restartRequired) {
console.log(chalk.bold.cyanBright(lenguajeGB['smsConexionreinicio']()))
process.send('reset')
} else if (reason === DisconnectReason.timedOut) {
console.log(chalk.bold.yellowBright(lenguajeGB['smsConexiontiem']()))
process.send('reset')
Expand Down

0 comments on commit 188b1f8

Please sign in to comment.