EmbedBuilder constructor
EmbedBuilder({})
Implementation
EmbedBuilder({
this.title,
this.description,
this.url,
this.timestamp,
this.footer,
this.image,
this.thumbnail,
this.author,
this.fields,
this.color,
});