A single filterable select instead of four. #5554
Unanswered
Mehgugs
asked this question in
API Feature Requests & Ideas
Replies: 1 comment 2 replies
-
The current types don't feel like arbitrary combinations to me at all. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Instead of four arbitrary combinations of types, a single "filtered select menu" should be available.
The following ordering of enums, field names, and other fine details are to illustrate this idea and are not part of the suggestion itself
Example select inclusion enum:
Example select payload
This would make it much easier to use these selects, and would allow for future types to be included without a new type being created. I'm honestly not sure why this wasn't the current implementation.
An immediate use case for this is being able selects with combinations of types not arbitrarily chosen by discord.
EDIT:
In case it was immediately clear from the original post, another feature of this proposal would be the ability to extend this type with new enum members. To add guild support the api only needs to have a new enum member added with any associated fields. Since this is a purely additive change (adding new json fields does not break existing code) it would be a much easier to add support to libraries.
Beta Was this translation helpful? Give feedback.
All reactions