mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 10:33:30 +01:00
cleanup(Guild): removed fetchAuditLogs' "after" option (#3142)
* Removed code and documentation for Guild.fetchAuditLogs "after" option * Also removed the option from typings
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -1744,7 +1744,6 @@ declare module 'discord.js' {
|
||||
|
||||
interface GuildAuditLogsFetchOptions {
|
||||
before?: Snowflake | GuildAuditLogsEntry;
|
||||
after?: Snowflake | GuildAuditLogsEntry;
|
||||
limit?: number;
|
||||
user?: UserResolvable;
|
||||
type?: string | number;
|
||||
|
||||
Reference in New Issue
Block a user