-
-
Notifications
You must be signed in to change notification settings - Fork 10
feat(structs): Modal #53
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
feat(structs): Modal #53
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
This PR is missing ModalSubmitInteraction, I request to hold the Merge until it's been added, |
I’ll convert it to a draft for you |
|
Issues: src/structs/ModalSubmitInteraction.ts(11,29): error TS2339: Property 'custom_id' does not exist on type 'APIModalSubmitInteraction'. What should I use instead of APIModalSubmitInteraction? |
Co-authored-by: Suneet Tipirneni <77477100+suneettipirneni@users.noreply.github.com>
# Conflicts: # packages/disploy/src/structs/Modal.ts
This still requires assistance. |
|
Also require help with implementing the ModalSubmitInteraction to Router. |
tristancamejo
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.
Address requested changes and pass CI.
|
I’ll be merging this to another branch for other people to finish implementing message components (handling modals, buttons, etc) then I’ll be merging to main. That’s after you address the requested changes though. Thanks ❤️ |
|
Changes requested added, and CI passes. |
This pull request adds support for Modals.
Additions:
Edits: