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

79
Views
Discord.js Reactions to prior messages are not triggered

I am currently facing a weird issue with discord.js

Basically I will recieve the reaction object whenever its trigger

However only if the message that has been reacted to has been created after the bot has been started

If I start my bot and react to a prior message the reaction will not be recieved

this is my code

client.on('messageReactionAdd', async(reaction, user) => {
     console.log(reaction)
})
about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Add partials to your client like so:

const client = new Client({
    intents: 32767, // all intents
    partials: ['CHANNEL', 'GUILD_MEMBER', 'GUILD_SCHEDULED_EVENT', 'MESSAGE', 'REACTION', 'USER'] // all partials
})

You may not want/need them all so this is just for example.

about 4 years ago · Santiago Trujillo 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!