Allowing mentions in embeds #5705
Unanswered
VelvetToroyashi
asked this question in
API Feature Requests & Ideas
Replies: 1 comment 1 reply
-
this would be a total disaster if it isn't opt-in, and I don't really see the point anyway |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
👋🏽 It's me, again. Run. Jokes aside, this is something I've seen increasingly pop up this year, and it's a precarious feature. For eight years (:blobsweat:) Discord has had mentions, and as far as memory serves, embeds too. At some point in time, allowed mentions were added to the ✨ official ✨ API, which made bots ever so slightly less annoying.
However, embeds have always acted as a poor-man's
allowed_mentions
on basis that mentions present within embeds somewhat counterintuitively never actually provide a notification/highlight, regardless ofallowed_mentions
.While this would technically be an abhorrently breaking change for some, that's
what we use Discord foron the fault of the library/bot dev, given the intended use ofallowed_mentions
, which, to my knowledge, allows no mentions by default and thusly this shouldn't:tm: retroactively break any bots who intended to ping a role/user anyways.Beta Was this translation helpful? Give feedback.
All reactions