diff --git a/typings/index.d.ts b/typings/index.d.ts index e2964a20d..44a4fd105 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -509,7 +509,8 @@ declare module 'discord.js' { public setUsername(username: string): Promise; } - export class Options { + export class Options extends null { + private constructor(); public static createDefaultOptions(): ClientOptions; public static cacheWithLimits(limits?: Record): CacheFactory; public static cacheEverything(): CacheFactory;