Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

181
Vistas
Do something when a specified user react discord.js

Hello i have a marry command and i want to do a reaction verify, when the tagged person reacts with ✅ do the actions i add there. I can't find a solution, tried already couple of times with different methods. I m a begginer with codding, thx.

this are the actions i want to do after nume2 message.mentions.members.first() reacts with the check.

message.member.roles.add(message.member.guild.roles.cache.get(config2.casatorit)) //add marry role to author
users.roles.add(message.member.guild.roles.cache.get(config2.casatorit)) //add marry role to @person
users.setNickname(`${nume2} + ${nume1}`) //set name to @person
message.member.setNickname(`${nume1} + ${nume2}`) //setname to author
about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

If you can share your code maybe i could help you better but simpliest way to filter user in awaitReactions or createReactionCollector is;

const filter = (emoji, user) => user.id === 'some user id';
awaitReactions({filter, max: 1, time: 15000})
createReactionCollector({filter, max:1, time:15000})
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda