summary refs log tree commit diff
path: root/src/index.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-01-04 16:29:49 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-01-04 16:29:49 +0100
commiteecbb9649f49abf09ded950911d6222d6c3d8519 (patch)
tree0e79599df47bd81623eb986dba7239a3e422c434 /src/index.ts
parent:sparkles: update to use new lambert-server (diff)
downloadserver-eecbb9649f49abf09ded950911d6222d6c3d8519.tar.xz
:tada: init
Diffstat (limited to '')
-rw-r--r--src/index.ts2
1 files changed, 1 insertions, 1 deletions
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);