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; }
|
public bool IsLarge { get; set; }
|
||||||
[JsonProperty("unavailable")]
|
[JsonProperty("unavailable")]
|
||||||
public bool? Unavailable { get; set; }
|
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; }
|
public string Region { get; set; }
|
||||||
[JsonProperty("roles")]
|
[JsonProperty("roles")]
|
||||||
public Role[] Roles { get; set; }
|
public Role[] Roles { get; set; }
|
||||||
|
|
||||||
[JsonProperty("splash")]
|
[JsonProperty("splash")]
|
||||||
public object Splash { get; set; }
|
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