#Can you edit a modal while it's being shown?

12 messages · Page 1 of 1 (latest)

left smelt
#

• 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.

lofty vapor
pure laurel
#

no you can't, where did you get client.Interactions? Thonk

lofty vapor
#

It's just a listener I made

#

Makes it easier for me to handle specific button and input interactions for commands

pure laurel
#

alright but no you can't edit a modal after it's been shown

lofty vapor
#

And I can't reply or show a new modal?

pure laurel
#

The only time you receive an interaction from a modal is when the user presses submit

#

And you can't reply to a modal with a modal

lofty vapor
#

But I wanna force them back into a modal and show them where they wrote something bad, not possible?

pure laurel
#

You'd have to have them press a button in the reply then show the modal again

lofty vapor
#

Oh alright