Browse Source

Updated RelationshipType

tags/1.0-rc
RogueException 8 years ago
parent
commit
960119d965
1 changed files with 2 additions and 1 deletions
  1. +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, Friend = 1,
Blocked = 2, Blocked = 2,
Pending = 4
IncomingPending = 3,
OutgoingPending = 4
} }
} }

Loading…
Cancel
Save