Skip to content

Commit

Permalink
fix(embeds): correct notice of resolving mentions (discordjs#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
Renal-Of-Loon authored Oct 18, 2021
1 parent fdbb7cb commit b52d749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/popular-topics/embeds.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ If you want to build the new embed data on a previously sent embed template, mak

- To display fields side-by-side, you need at least two consecutive fields set to `inline`
- The timestamp will automatically adjust the timezone depending on the user's device
- Mentions of any kind will only render correctly in titles, descriptions, and field values
- Mentions of any kind in embeds will only render correctly within embed descriptions and field values
- Mentions in embeds will not trigger a notification
- Embeds allow masked links (e.g. `[Guide](https://discordjs.guide/ 'optional hovertext')`), but only in description and field values

Expand Down

0 comments on commit b52d749

Please sign in to comment.