Ability to not respond to slash commands without an error popping up?
Hello - I was wondering if there was a way to mark an interaction as complete without actually having anything pop up to the user? I have a series of buttons that modify an embed (a pagination menu) and it is quite inconvenient if every time they click a button an ephemeral reply pops up.
7 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
MessageComponentInteraction#deferUpdate()
Defers an update to the message to which the component was attached.
Why aren't you using update to modify the embed
ah, thank you!
After deferring the update, how do I actually update the message? When I do, it just says interaction already deferred
for replies you editReply
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Except each button click is a new interaction with a new token anyway
update is much longer lasting way to do it
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View