79323651

Date: 2025-01-02 12:12:52
Score: 1.5
Natty:
Report link

when you use deferUpdate(), you can't edit your interaction because it marks the button as if you clicked it. What you can try to do is

i.update({ components: [new ActionRowBuilder().addComponents(startButton, endButton)] })

instead of using deferUpdate() then editReply().

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): when you use
  • Low reputation (1):
Posted by: Sayrix