import { NaticoEmbed } from "https://deno.land/x/natico@4.0.0-pre.4/examples/deps.ts";
Properties
optional
author: EmbedAuthorfields: EmbedField[]
optional
file: EmbedFileIf a file is attached to the message it will be added here.
optional
image: EmbedImageoptional
thumbnail: EmbedImageMethods
addBlankField(inline?)
addField()
name: string,
value: string,
inline?,
attachFile(file: unknown, name: string)
fitData(data: string, max: number)
setAuthor()
name: string,
icon?: string,
url?: string,
setColor(color: string)
setDescription(description: string | string[])
setImage(url: string)
setThumbnail(url: string)
setTimestamp(time?)
setTitle(title: string, url?: string)