summary refs log tree commit diff
path: root/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.ts')
-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);