Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

176
Views
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 answers
Answer question

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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!