cleanup: remove remaining apiRequestMethod docs and typings (#2806)

This commit is contained in:
Adam Gauthier
2018-08-29 02:43:28 -04:00
committed by SpaceEEC
parent 989c365ef1
commit 8821fd40bc
2 changed files with 0 additions and 4 deletions

1
typings/index.d.ts vendored
View File

@@ -1549,7 +1549,6 @@ declare module 'discord.js' {
};
type ClientOptions = {
apiRequestMethod?: 'sequential' | 'burst';
presence?: PresenceData;
shardId?: number;
shardCount?: number;