Discord Embed Creator
GitHub
Clear All
Expand All
Collapse All
Share Your Embed
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
const
embed =
new
EmbedBuilder()
.setColor(
"#202225"
);
await
message.reply({
embeds
: [embed] });