public WebhookEmbed PassEmbed() { WebhookEmbed embed = new WebhookEmbed(this); embeds.Add(embed); return(embed); }
public WebhookMessage WithEmbed(WebhookEmbed embed) { embeds.Add(embed); return(this); }