Fixed null Server names
This commit is contained in:
@@ -104,6 +104,7 @@ namespace Discord
|
|||||||
AFKTimeout = model.AFKTimeout;
|
AFKTimeout = model.AFKTimeout;
|
||||||
if (model.JoinedAt.HasValue)
|
if (model.JoinedAt.HasValue)
|
||||||
JoinedAt = model.JoinedAt.Value;
|
JoinedAt = model.JoinedAt.Value;
|
||||||
|
Name = model.Name;
|
||||||
OwnerId = model.OwnerId;
|
OwnerId = model.OwnerId;
|
||||||
Region = model.Region;
|
Region = model.Region;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user