Skip to content

Commit

Permalink
fix: remove prop from ClientApplication
Browse files Browse the repository at this point in the history
  • Loading branch information
imnaiyar committed Nov 28, 2024
1 parent 263ed99 commit b40525e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/discord.js/typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,6 @@ export class ClientApplication extends Application {
public entitlements: EntitlementManager;
public guildId: Snowflake | null;
public get guild(): Guild | null;
public cover: string | null;
public flags: Readonly<ApplicationFlagsBitField>;
public approximateGuildCount: number | null;
public approximateUserInstallCount: number | null;
Expand All @@ -1072,7 +1071,6 @@ export class ClientApplication extends Application {
public get partial(): boolean;
public interactionsEndpointURL: string | null;
public roleConnectionsVerificationURL: string | null;
public rpcOrigins: string[];
public edit(options: ClientApplicationEditOptions): Promise<ClientApplication>;
public fetch(): Promise<ClientApplication>;
public fetchRoleConnectionMetadataRecords(): Promise<ApplicationRoleConnectionMetadata[]>;
Expand Down

0 comments on commit b40525e

Please sign in to comment.