Skip to content

Commit

Permalink
change warning to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThink committed Aug 27, 2023
1 parent 56b0dd2 commit fcfd68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ytdlbot/ytdl_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def wrapper(client: Client, message: types.Message):

# message type check
if message.chat.type != "private" and not message.text.lower().startswith("/ytdl"):
logging.warning("%s, it's annoying me...🙄️ ", message.text)
logging.debug("%s, it's annoying me...🙄️ ", message.text)
return

# authorized users check
Expand Down

0 comments on commit fcfd68f

Please sign in to comment.