Button Interactions
hello! im trying to make a way to send different embed depending on the rarity. it works when i press a button but the only issue is, discord itself flags it as "This interaction failed" whenever the person uses it. so i think its still waiting for my bot to response even though it has. this is the code and below is an image of what the player sees after using the button
4 Replies
:method: ButtonInteraction#update()
Updates the original message of the component on which the interaction was received on.
Using
<ButtonInteraction>.message.edit
does not acknowledge the interaction
But .update
doesinteresting illl try it
thanks for the help! didnt know that was a function i could use
No problem 👍