Skip to content

Commit

Permalink
Fix logger level
Browse files Browse the repository at this point in the history
  • Loading branch information
0x16c3 committed Oct 21, 2021
1 parent 3464216 commit 6333717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/api/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ async def send_embed(
try:
await feed.sent_message.delete()
except Exception as e:
logger.debug(
logger.info(
f"Cannot remove message -> {str(channel.id)} : {item.username} {e}"
)

Expand Down

0 comments on commit 6333717

Please sign in to comment.