diff --git a/src/telegram/bot/index.ts b/src/telegram/bot/index.ts index 81a38f6..f93e566 100644 --- a/src/telegram/bot/index.ts +++ b/src/telegram/bot/index.ts @@ -12,6 +12,7 @@ const bot = new TelegramClient({ apiId: env.API_ID, apiHash: env.API_HASH, storage: "data/session", + logLevel: 5, }) const dp = Dispatcher.for(bot)