diff options
Diffstat (limited to '')
| -rw-r--r-- | bot/cogs/moderation/infractions.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/moderation/infractions.py b/bot/cogs/moderation/infractions.py index c242a3000..efa19f59e 100644 --- a/bot/cogs/moderation/infractions.py +++ b/bot/cogs/moderation/infractions.py @@ -253,7 +253,7 @@ class Infractions(InfractionScheduler, commands.Cog):          bb_cog = self.bot.get_cog("Big Brother")          if not bb_cog: -            log.trace(f"Big Brother cog not loaded; perma-banned user {user} won't be unwatched.") +            log.error(f"Big Brother cog not loaded; perma-banned user {user} won't be unwatched.")              return          log.trace(f"Big Brother cog loaded; attempting to unwatch perma-banned user {user}.")  |