Fixed GuildUser not initializing

This commit is contained in:
RogueException
2016-05-16 00:41:27 -03:00
parent 67c810b715
commit 4416b514bf
2 changed files with 4 additions and 0 deletions

View File

@@ -34,6 +34,8 @@ namespace Discord.Rest
: base(model.User)
{
Guild = guild;
Update(model);
}
internal void Update(Model model)
{

View File

@@ -34,6 +34,8 @@ namespace Discord.WebSocket
: base(model.User)
{
Guild = guild;
Update(model);
}
internal void Update(Model model)
{