editReply after deferReply don't works

console.log("hi1")
await interaction.editReply(`Pong! `) 
console.log("hi2")


  • it's in an async function
  • it send heartebat
  • it log "hi1" but not "hi2"
  • it don't edit the reply
  • (before this there is a defer reply)
  • it don't log any rate-limit from client.ws.on("ratelimited")
Was this page helpful?