Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
GataNina-Li authored Nov 5, 2023
1 parent 0867fda commit 8d39e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ opcion = await question(`β•­${lineM}
if (!/^[1-2]$/.test(opcion)) {
console.log(chalk.bold.redBright(`NO SE PERMITE NÚMEROS QUE NO SEAN ${chalk.bold.greenBright("1")} O ${chalk.bold.greenBright("2")}, TAMPOCO LETRAS O SÍMBOLOS ESPECIALES.
${chalk.bold.yellowBright("CONSEJO: COPIE EL NÚMERO DE LA OPCIΓ“N Y PΓ‰GUELO EN LA CONSOLA.")}`))
} while (opcion !== '1' && opcion !== '2' || fs.existsSync(`./${authFile}/creds.json`))
}} while (opcion !== '1' && opcion !== '2' || fs.existsSync(`./${authFile}/creds.json`))
}

const connectionOptions = {
Expand Down

0 comments on commit 8d39e5c

Please sign in to comment.