summary refs log tree commit diff
path: root/src/bundle/Server.ts
diff options
context:
space:
mode:
authorEmma [it/its]@Rory& <root@rory.gay>2024-10-27 23:30:14 +0100
committerRory& <root@rory.gay>2025-07-27 15:49:37 +0200
commitbd81cde9770e3d7c93b7b42f866b355c8b8bcbef (patch)
tree91a144f1de340b1e680253acca246d2558cc0dc9 /src/bundle/Server.ts
parentImplement CRUD for automod (diff)
downloadserver-ts-bd81cde9770e3d7c93b7b42f866b355c8b8bcbef.tar.xz
WIP logo/terminal stuff
Diffstat (limited to 'src/bundle/Server.ts')
-rw-r--r--src/bundle/Server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bundle/Server.ts b/src/bundle/Server.ts

index d7ba9260..8ef72750 100644 --- a/src/bundle/Server.ts +++ b/src/bundle/Server.ts
@@ -91,7 +91,7 @@ async function main() { Sentry.errorHandler(app); - console.log(`[Server] ${green(`listening on port ${bold(port)}`)}`); + console.log(`[Server] ${green(`Listening on port ${bold(port)}`)}`); } main().catch(console.error);