Replace / Augment bot embeds with Adaptive Cards #4125
Unanswered
ckohen
asked this question in
API Feature Requests & Ideas
Replies: 1 comment
-
@discord staff this neeeeeeds to happen!!! |
Beta Was this translation helpful? Give feedback.
0 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.
-
This is a client and API feature request, Before you send me off to /feedback though, this is a request for a more interoperable API for bots specifically, that the client would end up supporting. Basically it would exist in a tier similar to interactions, completely designed from the ground up (in this case, a majority of the API design being done already) for bots that the client then implements.
Now that that's out of the way....
Huge shoutouts to @andyearnshaw for inspiring this
Embeds seem mostly designed to, well, embed content from websites that have the appropriate meta tags. Bots have been given access to post embeds with some additional flexibility as a means to display content in a more visually appealing way. However, they have tons of limitations:
Something that @andyearnshaw mentioned in that discussion linked above is adaptive cards which I believe would be a perfect fit for replacing (or adding on top of) bot embeds. They were designed with the intent to fit right into the native flow of an app, utilizing a common schema, making it easy for bot devs to take already done work and put it on discord, and it'd fit right in.
Potential advantages of adaptive cards:
I honestly used to love embeds, used them for everything. I've since grown tired of them due to the limitations listed above and how spammy they can be. I understand how much of a request this is, and given the multitude of other things that should have much higher priority, I'd expect this to be going on a very long term plan.
Thanks for reading! And here's to the future of bots!
Beta Was this translation helpful? Give feedback.
All reactions