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
Merge pull request
#165
from RogueException/issues/159
SocketSelfUser inherits ISelfUser
pull/169/head
Christopher F
GitHub
9 years ago
parent
75b864bfe7
fca0099bc2
commit
9afe2839f1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Discord.Net/WebSocket/Entities/Users/SocketSelfUser.cs
+ 1
- 1
src/Discord.Net/WebSocket/Entities/Users/SocketSelfUser.cs
View File
@@ -6,7 +6,7 @@ using Model = Discord.API.User;
namespace Discord
{
internal class SocketSelfUser : SelfUser, ISocketUser
internal class SocketSelfUser : SelfUser, ISocketUser
, ISelfUser
{
internal override bool IsAttached => true;
Write
Preview
Loading…
Cancel
Save