Remove unused field in EmbedFieldBuilder. (#1018)

This commit is contained in:
Alex Gravely
2018-05-12 20:47:44 -04:00
committed by Christopher F
parent 39dffe8585
commit 32fc2df21b

View File

@@ -231,7 +231,6 @@ namespace Discord
{
private string _name;
private string _value;
private EmbedField _field;
public const int MaxFieldNameLength = 256;
public const int MaxFieldValueLength = 1024;