SpyColor for that. It has decimal number converter.
author
- embed author objectname
- name of authorurl
- url of author. If name
was used, it becomes a hyperlinkicon_url
- url of author icontitle
- title of embedurl
- url of embed. If title
was used, it becomes hyperlinkdescription
- description textfields
- array of embed field objectsname
- name of the fieldvalue
- value of the fieldinline
- if true, fields will be displayed in the same line, 3 per line, 4th+ will be moved to the next linethumbnail
- embed thumbnail objecturl
- url of thumbnailimage
- embed image objecturl
- image urlfooter
- embed footer objecttext
- footer text, doesn't support Markdownicon_url
- url of footer icontimestamp
- ISO8601 timestamp (yyyy-mm-ddThh:mm:ss.msZ
)tts
- makes message to be spoken as with /tts
commandallowed_mentions
- object allowing to control who will be mentioned by messageparse
- array, can include next values: "roles"
, "users"
and "everyone"
, depends on which decides which mentions work. If empty, none mention work.roles
- array, lists ids of roles which can be mentioned with message, remove "roles"
from parse
when you use this one.users
- array, lists ids of roles which can be mentioned with message, remove "users"
from parse
when you use this one.{
"username": "Webhook",
"avatar_url": "https://i.imgur.com/4M34hi2.png",
"content": "Text message. Up to 2000 characters.",
"embeds": [
{
"author": {
"name": "Birdieā«",
"url": "https://www.reddit.com/r/cats/",
"icon_url": "https://i.imgur.com/R66g1Pe.jpg"
},
"title": "Title",
"url": "https://google.com/",
"description": "Text message. You can use Markdown here. *Italic* **bold** __underline__ ~~strikeout~~ [hyperlink](https://google.com) `code`",
"color": 15258703,
"fields": [
{
"name": "Text",
"value": "More text",
"inline": true
},
{
"name": "Even more text",
"value": "Yup",
"inline": true
},
{
"name": "Use `\"inline\": true` parameter, if you want to display fields in the same line.",
"value": "okay..."
},
{
"name": "Thanks!",
"value": "You're welcome :wink:"
}
],
"thumbnail": {
"url": "https://upload.wikimedia.org/wikipedia/commons/3/38/4-Nature-Wallpapers-2014-1_ukaavUI.jpg"
},
"image": {
"url": "https://upload.wikimedia.org/wikipedia/commons/5/5a/A_picture_from_China_every_day_108.jpg"
},
"footer": {
"text": "Woah! So cool! :smirk:",
"icon_url": "https://i.imgur.com/fKL31aD.jpg"
}
}
]
}