File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ export interface RESTAPIPartialCurrentUserGuild {
7676 id : Snowflake ;
7777 name : string ;
7878 icon : string | null ;
79+ banner : string | null ;
7980 owner : boolean ;
8081 features : GuildFeature [ ] ;
8182 permissions : Permissions ;
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ export interface RESTAPIPartialCurrentUserGuild {
7676 id : Snowflake ;
7777 name : string ;
7878 icon : string | null ;
79+ banner : string | null ;
7980 owner : boolean ;
8081 features : GuildFeature [ ] ;
8182 permissions : Permissions ;
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ export interface RESTAPIPartialCurrentUserGuild {
7676 id : Snowflake ;
7777 name : string ;
7878 icon : string | null ;
79+ banner : string | null ;
7980 owner : boolean ;
8081 features : GuildFeature [ ] ;
8182 permissions : Permissions ;
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ export interface RESTAPIPartialCurrentUserGuild {
7676 id : Snowflake ;
7777 name : string ;
7878 icon : string | null ;
79+ banner : string | null ;
7980 owner : boolean ;
8081 features : GuildFeature [ ] ;
8182 permissions : Permissions ;
You can’t perform that action at this time.
0 commit comments