🎨Embeds
An embed object is a component of Discord messages that can be used to present data with special formatting and structure
Last updated
An embed object is a component of Discord messages that can be used to present data with special formatting and structure
Last updated
Embed names cannot have space characters
You can insert the name of multiple embeds, you just need to do:
",
" between each embed name
An embed can include message content by inserting the "with message" option
To send an embed you need the block
Send embed with name (text).
Embed titles are limited to 256 characters
Embed descriptions are limited to 4096 characters
There can be up to 25 fields
A field's name is limited to 256 characters and its value to 1024 characters
The footer text is limited to 2048 characters
The author's name is limited to 256 characters
The sum of all characters from all embedded structures in a message must not exceed 6000 characters
Ten embeds can be sent per message
Block | Function | Output |
---|---|---|
Input | Output |
---|---|
Set the color of an Embed through a Hexadecimal code or with Colors blocks
Set the "Author: Name" of an Embed through a "String" block
Set the "Author: URL" of an Embed through a "String" block
Set the "Author: Profile URL" of an Embed through a "String" block
Set the "Title: Name" of an Embed through a "String" block
Set the "Title: URL" of an Embed through a "String" block
Set the "Description" of an Embed through a "String" block
Set the "Thumbnail" of an Embed through a "String" block
Set the "Image" of an Embed through a "String" block
Set the "Title" and "Description" of a Field through a "String" block
Set the "Footer name" of an Embed through a "String" block
Set the "Footer Icon" of an Embed through a "String" block