> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kyosbot.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Embeds

Assistance with creating embeds with message invoking

## List of Embed Attributes

* **Title**\
  `{title: title here}`

* **Description**\
  `{description: description here}`

* **Plain Text Content**\
  `{content: content goes here}`

* **Fields**\
  `{field: title here && value: value here && inline: true or false}`

* **Author**\
  `{author: author here && url: url here && icon: icon here}`

* **Thumbnail**\
  `{thumbnail: thumbnail here}`

* **Color**\
  `{color: color here}`

* **Image**\
  `{image: image here}`

* **Button**\
  `{label: label here && link: link here && emoji: emoji here}`

* **Timestamp**\
  `{timestamp: true or false}`
