editReply after deferReply don't works
- 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")
console.log("hi1")
await interaction.editReply(`Pong! `)
console.log("hi2")