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/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/index.ts') diff --git a/src/index.ts b/src/index.ts index 2f8aa185..f5000a61 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,4 @@ import { DiscordServer } from "./Server"; -const server = new DiscordServer(); +const server = new DiscordServer({ port: 3000 }); server.start().catch(console.error); -- cgit 1.5.1