feat(GuildMemberManager): customisable timeout for _fetchMany (#4081)

This commit is contained in:
Kevin
2020-04-16 12:07:32 +02:00
committed by GitHub
parent 4625881c54
commit ff3454ef89
2 changed files with 4 additions and 2 deletions

1
typings/index.d.ts vendored
View File

@@ -2381,6 +2381,7 @@ declare module 'discord.js' {
query?: string;
limit?: number;
withPresences?: boolean;
time?: number;
}
interface FileOptions {