Browse Source

Fixed null Server names

tags/docs-0.9
RogueException 9 years ago
parent
commit
5a7ad06730
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Discord.Net/Models/Server.cs

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

@@ -104,6 +104,7 @@ namespace Discord
AFKTimeout = model.AFKTimeout;
if (model.JoinedAt.HasValue)
JoinedAt = model.JoinedAt.Value;
Name = model.Name;
OwnerId = model.OwnerId;
Region = model.Region;



Loading…
Cancel
Save