Unnecessary error logging when cleanbanning a banned user
Sentry Issue: BOT-2ZT
Failed to apply ban to user xxxxxxxxxxxxx
See https://github.com/python-discord/bot/blob/f9fff6eaae409c7ba12ea6f95873aa0fd0340554/bot/exts/moderation/infraction/infractions.py#L125
I think this happens when a user is cleanbanned after being banned. We can probably just remove this log.error as apply_ban already does it's own logging.
Opened by wookie184
should probably remove the ctx.send as well as apply_ban will already send a more specific reason
I can take on this issue if needed
I can take on this issue if needed
Sorry for not getting back to you, that would be appreciated, yes!
Great, I'll work on it in a few days then.