Skip to content

Commit

Permalink
fix: discord lib log level
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Apr 19, 2023
1 parent 83974a8 commit 3d3ca21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
logging.getLogger('urllib3').setLevel(logging.WARNING)
logging.getLogger('telegram').setLevel(logging.WARNING)
logging.getLogger('telethon').setLevel(logging.WARNING)
logging.getLogger('discord').setLevel(logging.WARNING)

#🔁UTILS

Expand Down

0 comments on commit 3d3ca21

Please sign in to comment.