Skip to content

Commit

Permalink
fix: Enable debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
otomir23 committed Nov 27, 2024
1 parent 638ba83 commit 7f52cbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/telegram/bot/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7f52cbe

Please sign in to comment.