From eecbb9649f49abf09ded950911d6222d6c3d8519 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Mon, 4 Jan 2021 16:29:49 +0100 Subject: :tada: init --- src/Server.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/Server.ts') diff --git a/src/Server.ts b/src/Server.ts index 39b1fa56..631ddeee 100644 --- a/src/Server.ts +++ b/src/Server.ts @@ -1,6 +1,3 @@ -import express, { Application, Router } from "express"; -import { traverseDirectory } from "./Utils"; -import { Server as HTTPServer } from "http"; import fs from "fs/promises"; import { Server, ServerOptions } from "lambert-server"; @@ -17,7 +14,7 @@ declare global { export class DiscordServer extends Server { public options: DiscordServerOptions; - constructor(opts?: DiscordServerOptions) { + constructor(opts?: Partial) { super(opts); } -- cgit 1.5.1