-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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(MessageComponents): clickybois (MessageButton, MessageActionRow, associated Collectors) #5674
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
They are released now. |
iShibi
reviewed
May 26, 2021
SpaceEEC
requested changes
May 26, 2021
SpaceEEC
requested changes
May 26, 2021
SpaceEEC
requested changes
May 26, 2021
Vicente015
suggested changes
May 26, 2021
Draft PRs, by definition, are not ready for review. Nobody should be using this, as the description clearly indicates. |
monbrey
force-pushed
the
message-components
branch
from
May 27, 2021 00:59
35af25d
to
33b17a8
Compare
monbrey
force-pushed
the
message-components
branch
2 times, most recently
from
May 27, 2021 22:52
26e8c89
to
e14477b
Compare
jaydns
suggested changes
May 28, 2021
ckohen
reviewed
May 28, 2021
BannerBomb
reviewed
May 28, 2021
BannerBomb
reviewed
May 28, 2021
BannerBomb
reviewed
May 28, 2021
BannerBomb
reviewed
May 28, 2021
iShibi
reviewed
May 28, 2021
Co-authored-by: SpaceEEC <[email protected]>
Co-authored-by: Antonio Román <[email protected]>
Co-authored-by: Vlad Frangu <[email protected]>
Co-authored-by: SpaceEEC <[email protected]>
Co-authored-by: BannerBomb <[email protected]>
monbrey
force-pushed
the
message-components
branch
from
June 4, 2021 01:40
299efb4
to
1a6a6c2
Compare
jaydns
reviewed
Jun 4, 2021
SpaceEEC
approved these changes
Jun 4, 2021
iCrawl
approved these changes
Jun 4, 2021
Woohoo 🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No longer with the broken rebasing I accidentally introduced in #5656
For anyone curious, buttons look like this:
This includes:
MESSAGE_COMPONENT
Interaction typeComponentInteraction
MessageComponent
classMessageActionRow
component classMessageButton
component classComponentInteractionCollector
class and associatedMessage
methodsI've so far modelled the components similarly to
MessageEmbed
MessageButton
is a builder class andMessageActionRow
has methods similar in design toMessageEmbed#addFields
for addingMessageButtons
and any other future components they can hold.Similarly, it should be possible to use raw object formats in the
Message
payload in the same way embeds can be included.Status and versioning classification:
pretend toknow how to update typings and have done so