Remove unused field in EmbedFieldBuilder. (#1018)
This commit is contained in:
committed by
Christopher F
parent
39dffe8585
commit
32fc2df21b
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user