Embed
Represents an embed object with various properties.
new Embed(options)
Section titled “new Embed(options)”Constructs an embed object with the provided properties.
Returns: Object - - The constructed embed object.
| Param | Type | Description |
|---|---|---|
| options | Object | The options object containing the properties for the embed. |
| options.title | string | The title of the embed. |
| options.color | string | The color of the embed. |
| options.author | Object | The author of the embed. |
| options.url | string | The URL of the embed. |
| options.description | string | The description of the embed. |
| options.image | string | The image URL of the embed. |
| options.footer | Object | The footer of the embed. |
| options.timestamp | string | The timestamp of the embed. |