setDescription method
Implementation
MessageEmbedBuilder setDescription(String description) {
this.description = description;
return this;
}
MessageEmbedBuilder setDescription(String description) {
this.description = description;
return this;
}