E
E
egorlisss2019-03-21 06:44:48
JavaScript
egorlisss, 2019-03-21 06:44:48

Unexpected token in?

return vk.api.call('messages.send', {
      for(i in acc.users){
      peer_id: acc.users[i].id,
      random_id: `${rand}`,
            message: ` Новый заказ!
       От @id${user} (${message.$match[1]}) - Скин
      ⚠ Для ответа используйте - https://vk.com/gim179859706?sel=${user}`)
        message.send(`❤ Ваш заказ на никнейм ${message.$match[1]} успешно оформлен! Наш менеджер свяжется с вами!`);
        }   
  }
 });

5c930871be507670683974.jpeg

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
egorlisss, 2019-03-21
@egorlisss

message.send(`❤ Ваш заказ на никнейм ${message.$match[1]} успешно оформлен! Наш менеджер свяжется с вами!`);
    for(i in acc.users){
          vk.api.call('messages.send', {
      peer_id: acc.users[i].id,
      random_id: `${rand}`,
            message: (` Новый заказ!
       От @id${user} (${message.$match[1]}) - Скин
      ⚠ Для ответа используйте - https://vk.com/gim179859706?sel=${user}`)
      })
  }

P
profesor08, 2019-03-21
@profesor08

for(let i in acc.users)
Or maybe your browser doesn't know anything about the in operator . Update or transpile the code.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question