E
E
Evgeny Shustikov2020-11-24 17:58:16
Node.js
Evgeny Shustikov, 2020-11-24 17:58:16

Throws an error: SyntaxError: Unexpected token ')' here }); what to do?

//вкосмос 
cmd.hear(/^(?:Вкосмос)$/i, async (message, bot) => {

if(!message.user.transport.rocket) return message.reply(`⚠ У вас нет ракеты ${smileerror}.`);
if(message.user.balance < 50000000) return message.reply(`⚠ ⇢ Вы должны иметь на балансе как минимум 50.000.000$`);

let caught = utils.pick([ true, true, false, false, false, true, false, false ]);
if(caught) {
message.user.balance -= 5000;
return message.reply(` [${['','', '', '', ''].random()}] Ваша ракета сломалась.\n⚠ ⇢ Вы потеряли: 50.000.000$ `);
    
  if(message.user.balance < 50000000) return message.send(`⚠ У вас нет 50.000.000 $ !`);
  let rez = [true, false].random();
  if(rez == false){
    let text = [].random(); 
    message.user.balance -= 0;
    return message.send(`☄ Увы, вы нечего не нашли в космосе `);
  }else{ 
    let count = [1,2,1,1,1,4,5,7,8,9,1,6,7,20,8,9,11,6,1,6,1,0,0].random();
    message.user.cosmos += count;
    return message.send(`☄ Вы нашли ${count}$ кусков метеорита\n и обменяли их ! Один кусок - 10.000.000 $ !`);
  }
  
});

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
galaxy, 2020-11-24
@galaxy

Format the code in a human way, and you will see that the curly brace is missing.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question