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:
Ryan Munro
2019-03-13 05:14:32 +11:00
committed by SpaceEEC
parent 1673b6f8f5
commit df1889ab49
2 changed files with 0 additions and 4 deletions

1
typings/index.d.ts vendored
View File

@@ -1744,7 +1744,6 @@ declare module 'discord.js' {
interface GuildAuditLogsFetchOptions {
before?: Snowflake | GuildAuditLogsEntry;
after?: Snowflake | GuildAuditLogsEntry;
limit?: number;
user?: UserResolvable;
type?: string | number;