This is what I did to resolve this.
await interaction.deferReply(); await wait(5_000); embed1 = embed1content; embed2 = embed2content; await interaction.message.edit({ embeds: [embed1] }); interaction.editReply({ embeds: [embed2] });