Updated RelationshipType

This commit is contained in:
RogueException
2016-10-08 16:18:53 -03:00
parent 82429fdcd1
commit 960119d965

View File

@@ -5,6 +5,7 @@ namespace Discord.API
{
Friend = 1,
Blocked = 2,
Pending = 4
IncomingPending = 3,
OutgoingPending = 4
}
}