Tag user or role on discord #387
Closed
murilomorato
started this conversation in
Ideas, Feature requests
Replies: 2 comments
-
Nice catch! I can reproduce this and also found the related Reddit post: https://www.reddit.com/r/discordapp/comments/kffg90/mention_inside_embed_with_ping/ Confirmed this generates ping to the user: {
"content": "<@316911818725392384>",
"embeds": [{
"description": "<@316911818725392384>"
}]
} while this doesn't (no content field): {
"embeds": [{
"description": "<@316911818725392384>"
}]
} Sadly we cannot append the |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is now released at v1.11.0! Thank you for feature suggestion! |
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
-
I created a server to receive alerts whenever a deploy fails, but I haven't been receiving notifications alerts.
I tried to insert inside the 'description' prop my Role tag and my user id. They arrive tagged in the discord message, but it does not generate the notification, as I believe the message arrives as a kind of 'quote', not as a normal message.
Have you tried any alternatives yet?
Thanks😉
Beta Was this translation helpful? Give feedback.
All reactions