Creating Custom Embeds with 7luxor
Creating Embeds with 7luxor
How to Create an Embed
Basic Structure
{title: Welcome to the server}
$v
{description: Hello {user.name}, enjoy your stay!}
$v
{color: #5865F2}
$v
{thumbnail: https://example.com/thumb.png}
$v
{image: https://example.com/image.png}
$v
{timestamp: now}Add Author and Footer
{author: name: {user.display} && icon: {user.avatar}}
$v
{footer: text: Powered by Lux && icon: https://example.com/icon.png}Add Fields
Add Buttons (optional)
Auto Delete Message (optional)
Add Plain Text Content (optional)
Variables
User Variables
Variable
Description
Example Output
Server Variables
Variable
Description
Example Output
Variable Usage Example
Notes
Example Full Embed
Last updated
