Avoid to re-render buttons and other things
Hello
What's the best solution to avoid, during an interaction, sending to much thing that already rendered and not modified
For example, if I have a embed with 2 buttons, but I modified only the embed, I would like to avoid to render button
Same thing if that the buttons are modified
For the moment, I stored all embedBuilder etc. And try to compare with the new ones to verify the equality but I don't know if it's the best solution with kord
0 Replies