Как сделать проверку на js

} else if (author === author) {
  const notifys = new RichEmbed()
    .setColor(member.displayColor)
    .setDescription(`${member} вы не можете пожениться самим с собой`)
    .setTimestamp()

  return channel.send(notifys)

Ответы (0 шт):