#silently acknowledge button press

8 messages · Page 1 of 1 (latest)

silent marsh
#

i'm editing the original message to acknowledge a button press, what's the best way to make it not look like i'm unresponsive while not making a whole new message? this is what i have rn

    interaction.deferReply();
    interaction.deleteReply();
flint kernel
#

• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.

silent marsh
#

i did

lone vault
#

deferUpdate() would silently acknowledge one, though why do you want to look unresponsive?

#

Also, update() edits the message the button is attached to while responding

silent marsh
#

i don't want it to look unresponsive

i'm editing the original message to acknowledge a button press

lone vault
#

So use update()

silent marsh
#

i'll try update thanks