Default new CachedGuildUsers to offline
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user