diff --git a/bot/src/index.ts b/bot/src/index.ts index 524d798f..ca7dce4c 100644 --- a/bot/src/index.ts +++ b/bot/src/index.ts @@ -34,5 +34,5 @@ async function app(): Promise { } app().catch((error) => { - logger.fatal(error, 'Failed To start the application!!!!'); + logger.fatal(error, 'Failed To start the application!'); });