File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
packages/discord.js/typings Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -1076,7 +1076,6 @@ export class ClientApplication extends Application {
10761076 public subscriptions : SubscriptionManager ;
10771077 public guildId : Snowflake | null ;
10781078 public get guild ( ) : Guild | null ;
1079- public cover : string | null ;
10801079 public flags : Readonly < ApplicationFlagsBitField > ;
10811080 public approximateGuildCount : number | null ;
10821081 public approximateUserInstallCount : number | null ;
@@ -1088,7 +1087,6 @@ export class ClientApplication extends Application {
10881087 public get partial ( ) : boolean ;
10891088 public interactionsEndpointURL : string | null ;
10901089 public roleConnectionsVerificationURL : string | null ;
1091- public rpcOrigins : string [ ] ;
10921090 public edit ( options : ClientApplicationEditOptions ) : Promise < ClientApplication > ;
10931091 public fetch ( ) : Promise < ClientApplication > ;
10941092 public fetchRoleConnectionMetadataRecords ( ) : Promise < ApplicationRoleConnectionMetadata [ ] > ;
You can’t perform that action at this time.
0 commit comments