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