ℹ️Custom Embeds Format

For features with an embed message, you can freely edit the embed properties.

If you do not want to use a particular property, leave the field blank.

PropertyDescription

Content

Message above embed

Title

Title of your embed message

Description

Description of your embed message

Fields

The maximum amount of fields is 25! The fields must be in this format: TITLE;MESSAGE;INLINE Each additional field must be separated by a | (Alt+124)

Thumbnail

Thumbnail URL of your embed message. (If the URL is wrong, the embed will not appear at all!)

Image

Image URL of your embed message. (If the URL is wrong, the embed will not appear at all!)

HEX Color

Colour of your embed message (Must be in HEX format!)

Footer

Footer of your embed message

Footer Timestamp

If the time and date will be in the footer of your embed message

Example Embed:

{
    "Content": "This is Content",
    "Title": "This is Title",
    "Description": "This is Description",
    "Fields": "Field1;Field1 Message;true|Field2;Field2 Message;true|Field3;Field3 Message;false",
    "Thumbnail": "https://i.imgur.com/Ge7TfNM.png",
    "Image": "https://i.imgur.com/P8SYw0H.png",
    "HEX Color": "#9966ff",
    "Footer": "This is Footer",
    "Footer Timestamp": true
}

Last updated