You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guide/popular-topics/embeds.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -258,6 +258,7 @@ If you want to build the new embed data on a previously sent embed template, mak
258
258
- Mentions of any kind in embeds will only render correctly within embed descriptions and field values
259
259
- Mentions in embeds will not trigger a notification
260
260
- Embeds allow masked links (e.g. `[Guide](https://discordjs.guide/ 'optional hovertext')`), but only in description and field values
261
+
- Discord may strip characters from message content—see [the documentation](https://discord.com/developers/docs/resources/message#create-message) for more information
261
262
262
263
## Embed limits
263
264
@@ -272,4 +273,4 @@ There are a few limits to be aware of while planning your embeds due to the API'
272
273
- The sum of all characters from all embed structures in a message must not exceed 6000 characters
273
274
- 10 embeds can be sent per message
274
275
275
-
Source: [Discord API documentation](https://discord.com/developers/docs/resources/channel#embed-object-embed-limits)
276
+
Source: [Discord API documentation](https://discord.com/developers/docs/resources/message#embed-object-embed-limits)
0 commit comments