Embeds › Content in Embeds
Parameters
Guide to parameters for embeds
Start here
- You always start with
{embed}
– everything else comes after. - Each block (parameter) must be wrapped individually in a
$v{ ... }
container. - Blocks are separated by
$v
. Do not mix multiple parameters inside a single block. - Variables like
{user.name}
or{level}
can be used inside the text of a block. - Invalid or loose syntax will cause an error. Stick strictly to the formats shown below.
Example:
{embed}$v{title: welcome}$v{description: hello {user.name}}$v{color: 808080}
Embed Content
Author
Syntax:
$v{author: name: text && icon: url}
Content | Type | Example |
---|---|---|
Name | String (Text) | text goes here |
Icon URL | Image URL | https://tenor.com/view/tony-tony-chopper-gif-24649366 |
Title
Syntax:
$v{title: text}
Content | Type | Example |
---|---|---|
Name | String (Text) | text goes here |
Description
Syntax:
$v{description: text}
Content | Type | Example |
---|---|---|
Name | String (Text) | text goes here |
Footer
Syntax:
$v{footer: text: text && icon: url}
Content | Type | Example |
---|---|---|
Name | String (Text) | text goes here |
Icon URL | Image URL | https://tenor.com/view/tony-tony-chopper-gif-24649366 |
Link URL | URL | https://calamity.bio/ |
Thumbnail
Syntax:
$v{thumbnail: image url}
Image
Syntax:
$v{image: image url}
Color
Syntax:
$v{color: hex}
Content | Type | Example |
---|---|---|
Hex | Hex Code | 808080 |
Field
Syntax:
$v{field: name: name && value: value}
(optional: && inline
für Inline-Field)Content | Type | Example |
---|---|---|
Name | String (Text) | text goes here |
Value | String (Text) | more text goes here |
Timestamp
Syntax:
$v{timestamp}
Adds a timestamp to the embed
Content
Syntax:
$v{content: text}
Content | Type | Example |
---|---|---|
Text | String (Text) | text goes here |
Delete
Syntax:
$v{delete: duration}
Content | Type | Example |
---|---|---|
Duration | Integer (Number) | 5 |
Button
Syntax:
$v{button: (action &&) label: label && emoji: emoji && url: url && style: style}
Content | Type | Example |
---|---|---|
Action | VoiceMaster action | lock |
Label | String (Text) | text goes here |
Emoji | Emoji | 🔮 |
URL | Link | https://calamity.bio/ |
Style | Color | Red |