This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
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
Fix embed docs consistency
pull/1161/head
Still Hsu
7 years ago
parent
157acc4695
commit
f197174fcc
No known key found for this signature in database
GPG Key ID:
8601A145FDA95209
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Discord.Net.Core/Entities/Messages/EmbedAuthor.cs
+1
-1
src/Discord.Net.Core/Entities/Messages/EmbedField.cs
+ 1
- 1
src/Discord.Net.Core/Entities/Messages/EmbedAuthor.cs
View File
@@ -3,7 +3,7 @@ using System.Diagnostics;
namespace Discord
{
/// <summary>
///
Represents a
author field of an <see cref="Embed" />.
///
A
author field of an <see cref="Embed" />.
/// </summary>
[DebuggerDisplay("{DebuggerDisplay,nq}")]
public struct EmbedAuthor
+ 1
- 1
src/Discord.Net.Core/Entities/Messages/EmbedField.cs
View File
@@ -3,7 +3,7 @@ using System.Diagnostics;
namespace Discord
{
/// <summary>
///
Represents a
field for an <see cref="Embed" />.
///
A
field for an <see cref="Embed" />.
/// </summary>
[DebuggerDisplay("{DebuggerDisplay,nq}")]
public struct EmbedField
Write
Preview
Loading…
Cancel
Save