JavaScript
- 10 ответов
- 0 вопросов
6
Вклад в тег
“JavaScript that executes for whole seconds is probably doing something wrong...” says Brendan Eich, creator of JavaScript.
value:
...
number
...
number
integer fraction exponent
bot.on('message', msg => {
if (message.author.bot) return;
Вы объявили стрелочную функцию, которая принимает msg как аргумент, а ниже по тексту спрашиваете у message значение свойства author (а у того bot).