diff --git a/src/index.ts b/src/index.ts index 6dbd22c..b8e02a6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -6,7 +6,7 @@ import { initializeApp } from "./app/bootstrap.js"; import { createChildLogger } from "./logger.js"; const logger = createChildLogger("bot"); - +// Initialize the app initializeApp().catch((error) => { logger.error({ error }, "Failed to initialize app"); process.exit(1);