Moved features and emojis from ExtendedGuild to Guild
This commit is contained in:
@@ -24,11 +24,5 @@ namespace Discord.API.Client
|
||||
public bool IsLarge { get; set; }
|
||||
[JsonProperty("unavailable")]
|
||||
public bool? Unavailable { get; set; }
|
||||
|
||||
//Unknown
|
||||
[JsonProperty("features")]
|
||||
public object Features { get; set; }
|
||||
[JsonProperty("emojis")]
|
||||
public object Emojis { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,7 +24,12 @@ namespace Discord.API.Client
|
||||
public string Region { get; set; }
|
||||
[JsonProperty("roles")]
|
||||
public Role[] Roles { get; set; }
|
||||
|
||||
[JsonProperty("splash")]
|
||||
public object Splash { get; set; }
|
||||
[JsonProperty("features")]
|
||||
public object Features { get; set; }
|
||||
[JsonProperty("emojis")]
|
||||
public object Emojis { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user