Fixed Invite.Id being null

This commit is contained in:
RogueException
2015-12-14 21:06:43 -04:00
parent 028e012d7e
commit 16ab52dad5

View File

@@ -80,6 +80,7 @@ namespace Discord
internal Invite(string code, string xkcdPass)
{
Id = code;
XkcdCode = xkcdPass;
}