Skip to content

Commit

Permalink
types(GuildAuditLogs): Remove static Entry (#8521)
Browse files Browse the repository at this point in the history
types(GuildAuditLogs): remove static `Entry`

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
Jiralite and kodiakhq[bot] committed Aug 20, 2022
1 parent 4882b17 commit 7a3d18d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/discord.js/typings/index.d.ts
Expand Up @@ -1185,7 +1185,6 @@ export class GuildAuditLogs<T extends GuildAuditLogsResolvable = null> {
private integrations: Collection<Snowflake | string, Integration>;
private guildScheduledEvents: Collection<Snowflake, GuildScheduledEvent>;
public entries: Collection<Snowflake, GuildAuditLogsEntry<T>>;
public static Entry: typeof GuildAuditLogsEntry;
public toJSON(): unknown;
}

Expand Down

0 comments on commit 7a3d18d

Please sign in to comment.