#Select Menu Question

9 messages · Page 1 of 1 (latest)

spare mural
#

I want to create a select menu ticket with modal is there any way to update the menu and show modal too?

worn prairieBOT
#
  • What's your exact discord.js npm list discord.js and node node -v version?
  • Not a discord.js issue? Check out #1081585952654360687.
  • Consider reading #how-to-get-help to improve your question!
  • Explain what exactly your issue is.
  • Post the full error stack trace, not just the top part!
  • Show your code!
  • Issue solved? Press the button!
buoyant tiger
#

what type of modal are you talking about?

#

select menu? button?

lone pumice
lone pumice
#

if you're trying to show a modal and simultaneously update the component's message, you'd need to use <ComponentInteraction>.message.edit() since after using showModal the interaction doesn't have an associated message as its response to use editReply for

#

if neither of these are what you were asking about, please elaborate