-
{title}
: Sets the embed title & url
- Arguments:
- title = "TomatenKuchen"
- url = null
- embedId = "0"
- Example result:
{"embed":true,"embedId":"0","title":"test","url":null}
- Using input:
{title;test}
-
{url}
: Sets the embed url
- Arguments:
- Example result:
{"embed":true,"embedId":"0","url":"test"}
-
{color}
: Sets the embed color
- Arguments:
- color = "00ff00"
- embedId = "0"
- Example result:
{"embed":true,"embedId":"0","color":65280}
- Example result:
{"embed":true,"embedId":"0","color":16711680}
- Using input:
{color;ff0000}
-
{description}
: Sets the embed description
- Arguments:
- value = "TomatenKuchen"
- embedId = "0"
- Example result:
{"embed":true,"embedId":"0","description":"test"}
- Using input:
{description;test}
-
{image}
: Sets the embed image
- Arguments:
- Example result:
{"embed":true,"embedId":"0","image":{"url":"test"}}
- Using input:
{image;test}
-
{thumbnail}
: Sets the embed thumbnail
- Arguments:
- Example result:
{"embed":true,"embedId":"0","thumbnail":{"url":"test"}}
- Using input:
{thumbnail;test}
-
{author}
: Sets the embed author
- Arguments:
- name = "TomatenKuchen"
- iconURL = null
- url = null
- embedId = "0"
- Example result:
{"embed":true,"embedId":"0","author":{"name":"test1","iconURL":"test2","url":"test3"}}
- Using input:
{author;test1;test2;test3}
-
{footer}
: Sets the embed footer
- Arguments:
- text = "TomatenKuchen"
- iconURL = null
- embedId = "0"
- Example result:
{"embed":true,"embedId":"0","footer":{"text":"test1","iconURL":"test2"}}
- Using input:
{footer;test1;test2}
-
{timestamp}
: Sets the embed timestamp
- Arguments:
- value = Date.now(
- embedId = "0")
- Example result:
{"embed":true,"embedId":"1","timestamp":0}
- Using input:
{timestamp;0;1}