Sentry Issue: BOT-2ZT
Failed to apply ban to user xxxxxxxxxxxxx
See
|
log.error("Failed to apply ban to user %d", user.id) |
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
Sentry Issue: BOT-2ZT
See
bot/bot/exts/moderation/infraction/infractions.py
Line 125 in f9fff6e
I think this happens when a user is cleanbanned after being banned. We can probably just remove this
log.errorasapply_banalready does it's own logging.Opened by wookie184