This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
youys
/
Discord.Net
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
34
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Remove unused field in EmbedFieldBuilder. (
#1018
)
pull/1027/merge
Alex Gravely
Christopher F
7 years ago
parent
39dffe8585
commit
32fc2df21b
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 _value;
private EmbedField _field;
public const int MaxFieldNameLength = 256;
public const int MaxFieldValueLength = 1024;
Write
Preview
Loading…
Cancel
Save