import { Embeds } from "https://deno.land/x/discordeno@17.0.0/packages/mod.ts";
Methods
addBlankField(inline?)
addEmbed(embed?: Embed)
addField()
name: string,
value: string,
inline?,
attachFile(file: unknown, name: string)
fitData(data: string, max: number)
Get the last DiscordEmbed, if there is no it will create one
setAuthor()
name: string,
iconUrl?: string | User,
url?: string,
setColor(color: string)
setDescription(description: string | string[])
setFromEmbed(embed: Embed)
setFromJson(json: Record<string, any>)
setImage(url: string | User)
setThumbnail(url: string)
setTimestamp(time?)
setTitle(title: string, url?: string)
setURL(url: string)
showEmbedCode(): DiscordEmbed[]