class EmbedBuilderimport { EmbedBuilder } from "https://deno.land/x/discordjs_deno@0.17/src/builder/embedbuilder.ts"; Propertiesprivateoptionalauthor: EmbedAuthorprivateoptionaldescription: stringprivatefields: EmbedField[]privateoptionalfooter: EmbedFooterprivateoptionaltitle: stringMethodsaddField(name: string,value: string,inline?: boolean,): thisbuild(): Record<string, unknown>setAuthor(name: string,iconURL?: string,url?: string,): thissetDescription(description: string): thissetFooter(text: string, iconURL?: string): thissetTitle(title: string): this