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
Updated RelationshipType
pull/308/head
RogueException
8 years ago
parent
82429fdcd1
commit
960119d965
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/API/Common/RelationshipType.cs
+ 2
- 1
src/Discord.Net.Core/API/Common/RelationshipType.cs
View File
@@ -5,6 +5,7 @@ namespace Discord.API
{
Friend = 1,
Blocked = 2,
Pending = 4
IncomingPending = 3,
OutgoingPending = 4
}
}
Write
Preview
Loading…
Cancel
Save