Messages: combining selectors and input fields

Hey, Is it possible for example with modals or messages to have a combination of inputs for free text and selectors? (such as user should select one of 5 options and input a string)
4 Replies
d.js toolkit
d.js toolkit3mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - 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!
Koozu
Koozu3mo ago
What? yes, modals have a submit button.
Koozu
Koozu3mo ago
Modals seem to only accept text input. However i found that messages have selectors, described here: https://discordjs.guide/message-components/select-menus.html#building-string-select-menus but text input fields can't be added to messages, right?
discord.js Guide
Imagine a guide... that explores the many possibilities for your discord.js bot.
Koozu
Koozu3mo ago
Allright, yes thats obvious. i was just asking if there exist a way to combine these. ♥️