Add banner (large) image

This commit is contained in:
spiral 2021-08-02 13:46:12 -04:00
parent 7681978435
commit e144571904
No known key found for this signature in database
GPG key ID: A6059F0CA0E1BD31
17 changed files with 231 additions and 11 deletions

View file

@ -14,6 +14,7 @@ namespace PluralKit.Core {
public string Description { get; }
public string Tag { get; }
public string AvatarUrl { get; }
public string BannerImage { get; }
public string Color { get; }
public string Token { get; }
public Instant Created { get; }