Browse Source

Fixed Invite.Id being null

tags/docs-0.9
RogueException 9 years ago
parent
commit
16ab52dad5
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Discord.Net/Models/Invite.cs

+ 1
- 0
src/Discord.Net/Models/Invite.cs View File

@@ -80,6 +80,7 @@ namespace Discord


internal Invite(string code, string xkcdPass) internal Invite(string code, string xkcdPass)
{ {
Id = code;
XkcdCode = xkcdPass; XkcdCode = xkcdPass;
} }




Loading…
Cancel
Save