From a5c57b93630a19609eaf7ff7af9cf66083661e04 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Mon, 4 Jan 2021 16:14:19 +0100 Subject: :sparkles: update to use new lambert-server --- src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/index.ts') diff --git a/src/index.ts b/src/index.ts index 8765d6dc..2f8aa185 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,4 @@ -import { Server } from "./Server"; +import { DiscordServer } from "./Server"; -const server = new Server(); +const server = new DiscordServer(); server.start().catch(console.error); -- cgit 1.5.1