Custom Embed Commands
Creating a command
Editing a command
Previewing an Embed
JSON Structure
{
"title": "Your Title",
"description": "Your description",
"color": "#3498db",
"footer": "Footer text",
"thumbnail": "https://example.com/image.png",
"image": "https://example.com/image.png",
"timestamp": true,
"fields": [
{
"name": "Field Name",
"value": "Field Value",
"inline": true
}
]
}Available Embed Elements
Placeholders
Placeholder
Description
Command Examples
Creating a server info embed
Troubleshooting
Command not appearing
Embed is incorrect
Placeholder not working
Last updated