Browse Source

Remove unused field in EmbedFieldBuilder. (#1018)

tags/2.0
Alex Gravely Christopher F 7 years ago
parent
commit
32fc2df21b
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/Discord.Net.Core/Entities/Messages/EmbedBuilder.cs

+ 0
- 1
src/Discord.Net.Core/Entities/Messages/EmbedBuilder.cs View File

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




Loading…
Cancel
Save