diff --git a/main.js b/main.js index b3134db33f..0b5e80f849 100644 --- a/main.js +++ b/main.js @@ -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 = {