feature: Add ability to modify the banner for guilds (#1432)
This commit is contained in:
committed by
Christopher F
parent
a4846516fb
commit
d734ce0a11
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user