discord-jda / JDA

Java wrapper for the popular chat & VOIP service: Discord https://discord.com
Apache License 2.0
4.33k stars 737 forks source link

Is there a wiki page for selection menus? #1728

Closed patgoat closed 3 years ago

patgoat commented 3 years ago

General Troubleshooting

Question

https://github.com/DV8FromTheWorld/JDA/wiki/Interactions it says "Selection menus (coming soon)". Does it mean selection menus are going to be in a release soon, or there will be page about it coming soon? Or is the interactions oage just outdated?

MinnDevelopment commented 3 years ago

Selection menus are already available in the current development build: Documentation They will likely not receive their own wiki page since they work essentially the same as buttons. You just get a SelectionMenuEvent#getValues in addition to the other methods that buttons also have, and they are created with a builder through SelectionMenu.create("my_id").