Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
if (command === 'ping') {
let arr = new Array();
arr = []; // создаем масив в который будем записывать что то
for (i=0; i<15; i++){
arr.push(i); // цикл для записи в масив 15 элементов
}
var rand = Math.round(Math.random()*arr.length); // создаем рандомномный индекс для элементов
message.channel.send(arr[rand]); // вывод его в чат
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question