How to defer an interaction.update?

Hi, i've a command respond with a simple interaction.reply and then using the attached select menu there is a further interaction with an interaction.update I can't make this interaction.update a deferred update (showing message Bot is working...) I need some help, thanks in advance <:wumpus_love:815963419559329874>
8 Replies
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
Kinect3000
Kinect300016mo ago
Deferring an update doesn’t show the bot is thinking You can just update the message to reflect that if you want to, then use editReply to update the message again
Adren
Adren16mo ago
interaction.editReply can be used after an update?
Kinect3000
Kinect300016mo ago
Yes
Adren
Adren16mo ago
Thanks! ❤️
Kinect3000
Kinect300016mo ago
You can use it after any reply except showModal
Adren
Adren16mo ago
Why when i'm using 2 update before the editReply it doesn't work? 🫡
Kinect3000
Kinect300016mo ago
You can’t call update twice on the same interaction