Skip to content

Commit

Permalink
Remove unused field in EmbedFieldBuilder. (discord-net#1018)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiTcb authored and foxbot committed May 13, 2018
1 parent 39dffe8 commit 32fc2df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Discord.Net.Core/Entities/Messages/EmbedBuilder.cs
Expand Up @@ -231,7 +231,6 @@ public class EmbedFieldBuilder
{
private string _name;
private string _value;
private EmbedField _field;
public const int MaxFieldNameLength = 256;
public const int MaxFieldValueLength = 1024;

Expand Down

0 comments on commit 32fc2df

Please sign in to comment.