-
-
Notifications
You must be signed in to change notification settings - Fork 738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for SelectMenus in Modals #2162
Conversation
src/main/java/net/dv8tion/jda/api/interactions/modals/ModalMapping.java
Outdated
Show resolved
Hide resolved
src/main/java/net/dv8tion/jda/api/interactions/modals/ModalMapping.java
Outdated
Show resolved
Hide resolved
src/main/java/net/dv8tion/jda/api/interactions/modals/ModalMapping.java
Outdated
Show resolved
Hide resolved
src/main/java/net/dv8tion/jda/api/interactions/modals/ModalMapping.java
Outdated
Show resolved
Hide resolved
src/main/java/net/dv8tion/jda/api/interactions/modals/ModalMapping.java
Outdated
Show resolved
Hide resolved
src/main/java/net/dv8tion/jda/api/interactions/modals/ModalMapping.java
Outdated
Show resolved
Hide resolved
src/main/java/net/dv8tion/jda/api/interactions/modals/ModalMapping.java
Outdated
Show resolved
Hide resolved
src/main/java/net/dv8tion/jda/api/interactions/modals/ModalMapping.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Florian Spieß <business@minn.dev>
…ping.java Co-authored-by: Florian Spieß <business@minn.dev>
src/main/java/net/dv8tion/jda/api/interactions/modals/ModalMapping.java
Outdated
Show resolved
Hide resolved
…ping.java Co-authored-by: Florian Spieß <business@minn.dev>
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Any new information when this will be ready ? |
This feature is not even released by Discord, it only works on Desktop, and is not documented. See this link if you still want to use it. |
hasn't worked for 2 hours |
@CreaCloudz Discord blocks you from using it because its not released. |
Not exactly seeing that it still works in JS |
no it doesn't |
Discord restricted access to Selects in Modals because people were using them before they were ready to be released and breaking mobile experiences for users and causing Discord to catch flack from confused bot devs and frustrated users. Essentially, Discord's hand was forced because people were using an unreleased feature before it was ready. |
Thanks for the info, hope he adds it soon. |
Frozen until the feature is actually functional again. |
This PR will be updated when there are news. No need to ask. |
Pull Request Etiquette
Changes
Closes Issue: #2161
Description
Adds support for
SelectMenu
s inModal
s.Disclaimer: This is not yet documented by Discord.