How can I edit interaction.update, because if I use interaction.editReply it edits followUp
How can I edit interaction.update, because if I use interaction.editReply it edits followUp

npm list discord.js and node node -v version?
message: "@original"editReply()@14.15.2@14.15.2interaction.message// Edit the initial reply to this interaction
interaction.editReply('New content')
.then(console.log)
.catch(console.error);