joel memories

This commit is contained in:
2026-02-01 17:55:21 +01:00
parent c13ffc93c0
commit 0c0efa645a
22 changed files with 2463 additions and 304 deletions

View File

@@ -41,7 +41,7 @@ async function main(): Promise<void> {
try {
await client.login(config.discord.token);
// Start web server after bot is logged in
await startWebServer(client);
} catch (error) {