Browse Source

Remove unused field in EmbedFieldBuilder.

pull/1018/head
Alex Gravely GitHub 8 years ago
parent
commit
3656fc6600
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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