Fixed null GuildUser.User
This commit is contained in:
@@ -37,6 +37,7 @@ namespace Discord
|
|||||||
public GuildUser(Guild guild, User user, Model model)
|
public GuildUser(Guild guild, User user, Model model)
|
||||||
{
|
{
|
||||||
Guild = guild;
|
Guild = guild;
|
||||||
|
User = user;
|
||||||
|
|
||||||
Update(model, UpdateSource.Creation);
|
Update(model, UpdateSource.Creation);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user