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 @@ -1060,7 +1060,6 @@ export class ClientApplication extends Application {
10601060 public entitlements : EntitlementManager ;
10611061 public guildId : Snowflake | null ;
10621062 public get guild ( ) : Guild | null ;
1063- public cover : string | null ;
10641063 public flags : Readonly < ApplicationFlagsBitField > ;
10651064 public approximateGuildCount : number | null ;
10661065 public approximateUserInstallCount : number | null ;
@@ -1072,7 +1071,6 @@ export class ClientApplication extends Application {
10721071 public get partial ( ) : boolean ;
10731072 public interactionsEndpointURL : string | null ;
10741073 public roleConnectionsVerificationURL : string | null ;
1075- public rpcOrigins : string [ ] ;
10761074 public edit ( options : ClientApplicationEditOptions ) : Promise < ClientApplication > ;
10771075 public fetch ( ) : Promise < ClientApplication > ;
10781076 public fetchRoleConnectionMetadataRecords ( ) : Promise < ApplicationRoleConnectionMetadata [ ] > ;
You can’t perform that action at this time.
0 commit comments