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

83
Vistas
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 Respuestas
Responde la pregunta

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 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