From adf31ddf4aba8674b9f176d51f830c6c05173b94 Mon Sep 17 00:00:00 2001 From: March 7th <71698422+aiko-chan-ai@users.noreply.github.com> Date: Thu, 14 Apr 2022 10:56:21 +0700 Subject: [PATCH] Bug Bug report by Mavri#0001 [721347809667973141] https://cdn.discordapp.com/attachments/962427657138602044/963878966953922630/unknown.png --- typings/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;