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
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
d.js docs
d.js docs2y ago
method MessageComponentInteraction#deferUpdate() Defers an update to the message to which the component was attached.
monbrey
monbrey2y ago
Why aren't you using update to modify the embed
Tyranasaurus
Tyranasaurus2y ago
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
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
monbrey
monbrey2y ago
Except each button click is a new interaction with a new token anyway update is much longer lasting way to do it
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View