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
lint: newline on Emote#GetHashCode
pull/1320/head
Christopher Felegy
6 years ago
parent
1b54883896
commit
63ccd05faa
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/Discord.Net.Core/Entities/Emotes/Emote.cs
+ 2
- 1
src/Discord.Net.Core/Entities/Emotes/Emote.cs
View File
@@ -54,7 +54,8 @@ namespace Discord
}
/// <inheritdoc />
public override int GetHashCode() => Id.GetHashCode();
public override int GetHashCode()
=> Id.GetHashCode();
/// <summary> Parses an <see cref="Emote"/> from its raw format. </summary>
/// <param name="text">The raw encoding of an emote (e.g. <c><:dab:277855270321782784></c>).</param>
Write
Preview
Loading…
Cancel
Save