Rich embeds alternative text #3226
Replies: 3 comments 1 reply
-
I like this idea a lot. I'm one of those devs that's always included a meaningful I think reusing the current |
Beta Was this translation helpful? Give feedback.
-
A more simple solution might be to just always render embeds by bots. Or render the embed content as the message content with a “show embed” link you can click. |
Beta Was this translation helpful? Give feedback.
-
I strongly disagree with the former. People might have various reasons not to display embeds, wouldn't want to force it on them. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
In bots, we often send messages with only a rich embed (I mean, messages without text content).
These messages have a small issue: if a user locally disable embeds in its client, this will result in empty messages. This can be confusing.
A work-around to this issue would be a way to set an alternative text that would be shown if the embed is hidden for whatever reason (i.e. embeds disabled in the client, or suppressed by a mod).
This could potentially be implemented with a new field like
alternative_content
in the rich embed object. Or by reusing thecontent
field (which is currently kept empty) and adding a new message flag to hide the message content if the embed is shown.Beta Was this translation helpful? Give feedback.
All reactions