79092505

Date: 2024-10-16 04:58:41
Score: 1
Natty:
Report link

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] });
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: user874737