-
-
Notifications
You must be signed in to change notification settings - Fork 736
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
Support message components #1856
Comments
Discord Message Components are supported in Discord.Net Labs. I'm currently implementing them as they use my interaction PR. Once all the bugs are squashed and we figure out the best way to use them a PR will be opened up here with the changes, In the mean time feel free to use Discord.net labs. |
Thanks for sharing. I'll have a play with that. Not trying to push for this to be added prematurely or rushed, just thought I'd add an issue just to make sure it was seen :) |
Feel free to leave suggestions and feedback on the Discord.Net Labs repo! |
It looks like as of June 30, 2021, the API added support for Select Menus. It's a component that presents itself as a single/multi select list UI, like so: Thought I'd leave a note for anyone doing the design on this side (@quinchs)! Cheers |
Working on it, should have a testable version out on labs tmr |
@nitz Check out labs dev build. should have working select menu's Metapackage: https://www.nuget.org/packages/Discord.Net.Labs/2.3.8-dev |
Fantastic, that was lightning quick. I'll tinker with it this week! |
The builds are no longer in dev so just use the most recent version |
So are the buttons in 2.4.0 and if yes, how do I use them? |
This has now been implemented via the merged labs PR (#1923) |
Would be nice to see support added for message components.
A consistent API to handle these interactions along with slash commands would be needed. See issue #1716 (Support discord slash commands)
https://support.discord.com/hc/en-us/articles/1500012250861-Bots-Buttons
https://discord.com/developers/docs/interactions/message-components
The text was updated successfully, but these errors were encountered: