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•2y ago
Message Not Public
Sign In & Join Server To View
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
interaction.editReply can be used after an update?
Yes
Thanks! ❤️
You can use it after any reply except showModal
Why when i'm using 2 update before the editReply it doesn't work?
🫡
You can’t call update twice on the same interaction