EmbedBuilder constructor

EmbedBuilder()

Creates clean instance EmbedBuilder

Implementation

EmbedBuilder() {
  this.fields = [];
}