-
-
Notifications
You must be signed in to change notification settings - Fork 10
feat(disploy): buttons #68
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
|
I will change the base branch to https://github.com/Disploy/disploy/tree/feat/message-components when it gets rebased, or should we merge straight to main? Keep in mind structures like action rows exist in that branch so the end-user doesn't have to use JSON through |
GodderE2D
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code changes outside of documentation and README files have not been reviewed. Please ask another person to review these changes.
Co-authored-by: GodderE2D <55918888+GodderE2D@users.noreply.github.com>
Co-authored-by: GodderE2D <55918888+GodderE2D@users.noreply.github.com>
Co-authored-by: GodderE2D <55918888+GodderE2D@users.noreply.github.com>
Co-authored-by: GodderE2D <55918888+GodderE2D@users.noreply.github.com>
Co-authored-by: GodderE2D <55918888+GodderE2D@users.noreply.github.com>
GodderE2D
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Non-documentation has not been reviewed
Implements buttons into Disploy!
They function in the same way as commands, with the route system. I'm thinking of adding some sort of wildcard parsing instead of exact string matches for the
custom_idmatch process so that you can do something likedelete-:idand then get theidfrom the ButtonInteraction structure, something likeButtonInteraction#params#getString("id").