#RoleSelectMenuComponent

5 messages · Page 1 of 1 (latest)

rose stream
#

I would like to use the new role selector in modals. I am currently using:
nodejs = v16.15.0
discordjs = v13.8.1
discord-api-types = v0.32.1

From the documentation (https://discord.js.org/#/docs/discord.js/main/class/RoleSelectMenuComponent) I can't figure out what is the minimum version of discordjs and/or discord-api-types needed to use them.

gaunt bridge
#

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

zenith raven
#

there is no release with them yet.

#

if you really need them, you have to use a dev build, which requires some extra steps to set up. info pinned in #djs-in-dev-version

rose stream