Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

77
Visualizações
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 Respostas
Responde à pergunta

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda