Browse Source

don't check for null and default to false

pull/52/head
Christopher F 9 years ago
parent
commit
789419ac86
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/Discord.Net/Models/User.cs

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

@@ -164,7 +164,6 @@ namespace Discord
AvatarId = model.Avatar;
if (model.Bot != null)
IsBot = model.Bot.Value;
if (model.Bot == null) IsBot = false;

}
internal void Update(APIMember model)


Loading…
Cancel
Save