diff --git a/typings/index.d.ts b/typings/index.d.ts index b5898e7..4874362 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -544,7 +544,7 @@ export abstract class Channel extends Base { export type If = T extends true ? A : T extends false ? B : A | B; export class Client extends BaseClient { - public constructor(options: ClientOptions); + public constructor(options?: ClientOptions); /* Bug report by Mavri#0001 [721347809667973141] */ private actions: unknown; private presence: ClientPresence; private _eval(script: string): unknown;