Optional
data: APIEmbed | EmbedDataAppends fields to the embed.
The fields to add
Adds fields to the embed (max 25), automatically set inline to true
Sets the author of this embed.
The options to use
Sets the color of this embed.
The color to use
Sets the description of this embed.
The description to use
Sets the fields for this embed.
The fields to set
Sets the footer of this embed.
The footer to use
Sets the image of this embed.
The image URL to use
Sets the thumbnail of this embed.
The thumbnail URL to use
Sets the timestamp of this embed.
Optional
timestamp: null | number | DateThe timestamp or date to use
Sets the title for this embed.
The title to use
Sets the URL of this embed.
The URL to use
Removes, replaces, or inserts fields for this embed.
The index to start at
The number of fields to remove
The replacing field objects
This method behaves similarly to Array.prototype.splice(). The maximum amount of fields that can be added is 25.
It's useful for modifying and adjusting order of the already-existing fields of an embed.
Static
from
Extended EmbedBuilder with addInlineFields. This allow you to save a line of
inline: true