Default new CachedGuildUsers to offline

This commit is contained in:
RogueException
2016-06-28 19:35:14 -03:00
parent 1a40f62249
commit c6157a0868

View File

@@ -38,6 +38,7 @@ namespace Discord
public CachedGuildUser(CachedGuild guild, CachedGlobalUser user, Model model)
: base(guild, user, model)
{
Presence = new Presence(null, UserStatus.Offline);
}
public CachedGuildUser(CachedGuild guild, CachedGlobalUser user, PresenceModel model)
: base(guild, user, model)