feature: Add ability to modify the banner for guilds (#1432)

This commit is contained in:
NovusTheory
2019-12-26 17:44:01 -06:00
committed by Christopher F
parent a4846516fb
commit d734ce0a11
3 changed files with 9 additions and 0 deletions

View File

@@ -38,6 +38,10 @@ namespace Discord
/// </summary>
public Optional<Image?> Icon { get; set; }
/// <summary>
/// Gets or sets the banner of the guild.
/// </summary>
public Optional<Image?> Banner { get; set; }
/// <summary>
/// Gets or sets the guild's splash image.
/// </summary>
/// <remarks>