Parameters
Guide to parameters for embeds
Embed Content
Author
Syntax: {author: name: text && icon: url}
Content | Type | Example |
---|---|---|
Name | String (Text) | text goes here |
Icon URL | Image URL |
Title
Syntax: {title: text}
Content | Type | Example |
---|---|---|
Name | String (Text) | text goes here |
Description
Syntax: {description: text}
Content | Type | Example |
---|---|---|
Name | String (Text) | text goes here |
Footer
Syntax: {footer: text: text && icon: url}
Content | Type | Example |
---|---|---|
Name | String (Text) | text goes here |
Icon URL | Image URL | |
Link URL | URL |
Thumbnail
Syntax: {thumbnail: image url}
Content | Type | Example |
---|---|---|
Image URL | Image URL |
Image
Syntax: {image: image url}
Content | Type | Example |
---|---|---|
Image URL | Image URL |
Color
Syntax: {color: hex}
Content | Type | Example |
---|---|---|
Hex | Hex Code | 808080 |
Field
Syntax: {field: name: name && value: value}
(You can add && inline
to make the field inline)
Content | Type | Example |
---|---|---|
Name | String (Text) | text goes here |
Value | String (Text) | more text goes here |
Timestamp
Syntax: {timestamp}
Adds a timestamp to the embed
Content
Syntax: {content: text}
Content | Type | Example |
---|---|---|
Text | String (Text) | text goes here |
Delete
Syntax: {delete: duration}
Content | Type | Example |
---|---|---|
Duration | Integer (Number) | 5 |
Button
Syntax: {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 | |
Style | Color | Red |
The "action" type can only be used while creating a custom VoiceMaster interface. Learn more by reading VoiceMaster.
Last updated