.author
Type: __typeor null
.color
Type: nullor number
.description
Type: stringor null
.fields
.image
Type: APIEmbedMediaDataor null
.thumbnail
Type: APIEmbedMediaDataor null
.timestamp
Type: nullor number
.timestampString
Type: stringor null
.title
Type: stringor null
.url
Type: stringor null
.video
Type: APIEmbedMediaDataor null
.addField(name:string
,
value:string
,
inline:boolean
)
Type: Embed
.addFields(fields:unknown
)
Type: Embed
Type: Embed
.setAuthor(name:string
,
iconURL:unknown
,
url:unknown
)
Type: Embed
.setColor(color:unknown
)
Type: Embed
.setDescription(description:unknown
)
Type: Embed
.setImage(url:string
)
Type: Embed
.setThumbnail(url:string
)
Type: Embed
.setTimestamp(timestamp:unknown
)
Type: Embed
.setTitle(title:unknown
)
Type: Embed
.setURL(url:unknown
)
Type: Embed
Type: EmbedPayload