Added EmbedBuilder.AddField(EmbedFieldBuilder)
This commit is contained in:
@@ -92,6 +92,11 @@ namespace Discord
|
|||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public EmbedBuilder AddField(EmbedFieldBuilder field)
|
||||||
|
{
|
||||||
|
_fields.Add(field);
|
||||||
|
return this;
|
||||||
|
}
|
||||||
public EmbedBuilder AddField(Action<EmbedFieldBuilder> action)
|
public EmbedBuilder AddField(Action<EmbedFieldBuilder> action)
|
||||||
{
|
{
|
||||||
var field = new EmbedFieldBuilder();
|
var field = new EmbedFieldBuilder();
|
||||||
|
|||||||
Reference in New Issue
Block a user