mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-15 19:08:20 +00: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:
Vendored
-1
@@ -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