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

326
Visualizações
How can I find who deleted the role on "roleDeltete" in discord.js

I'm on v13 of discord.js and when I run this client.on('roleDelete', a => { console.log(a); }); it only logs deleted: true don't show who deleted. Can somebody help me about how can I find who deleted the role on "roleDelete" event ?

enter image description here

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

Use audit logs. The bot will need permissions though:

client.on("roleDelete", async role => {
  let member;
  try {
    const log = await role.guild.fetchAuditLogs({ 
      type: "ROLE_DELETE"
    })
    member = role.guild.members.resolve(log.entries.first().executor)
  } catch (err) {
    console.log(err) // simply for debugging
  }
  if (!member) member = null
})

And now when you access member, it will show null if it couldn't find the executor, but will show the GuildMember who deleted the role if they were found.

about 4 years ago · Juan Pablo Isaza 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