From c46b5175b211a0de99d5b005068ba79a7db937a1 Mon Sep 17 00:00:00 2001 From: JadlionHD <48410066+JadlionHD@users.noreply.github.com> Date: Mon, 26 Jun 2023 01:06:28 +0700 Subject: [PATCH] fix types --- src/structures/Client.ts | 1 - types/client.d.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/src/structures/Client.ts b/src/structures/Client.ts index 1933ce5..7de1d2b 100644 --- a/src/structures/Client.ts +++ b/src/structures/Client.ts @@ -21,7 +21,6 @@ class Client extends EventEmitter { ip: "127.0.0.1", port: 17091, enable: true, - url: "127.0.0.1", type2: false }, enet: { diff --git a/types/client.d.ts b/types/client.d.ts index 86a0088..bb9c36e 100644 --- a/types/client.d.ts +++ b/types/client.d.ts @@ -20,7 +20,6 @@ export interface ClientOptions { ip?: string; port?: number; enable?: boolean; - url?: string; type2?: boolean; }; enet?: {