This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
youys
/
Discord.Net
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
34
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
don't check for null and default to false
pull/52/head
Christopher F
9 years ago
parent
c012261cd1
commit
789419ac86
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save