Discord Embed Creator
GitHub
Clear All
Expand All
Collapse All
Save Embed
Share Your Embed
Send to Discord
Author
Author Name
Author URL
Author Icon URL
Body
Title
Title URL
Description
Color
Enabled?
Fields – 0
Add Field
Images
Image URL
Thumbnail URL
Footer
Footer Text
Footer Icon URL
Timestamp?
Output
JSON representation
discord.js
discord.py
serenity (rust)
v13
v14
Builder (Chained)
Builder (Split)
Object
Download JS
Upload File
const
embed =
new
EmbedBuilder()
.setColor(
"#202225"
);
await
message.reply({
embeds
: [embed] });