diff options
| -rw-r--r-- | bot/exts/moderation/infraction/infractions.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/moderation/infraction/infractions.py b/bot/exts/moderation/infraction/infractions.py index ce19bcfdc..0df5fb60b 100644 --- a/bot/exts/moderation/infraction/infractions.py +++ b/bot/exts/moderation/infraction/infractions.py @@ -285,7 +285,7 @@ class Infractions(InfractionScheduler, commands.Cog):                  await _utils.send_active_infraction_message(ctx, active)                  return -            # Let the current mute attempt override an automatically triggered mute. +            # Allow the current mute attempt to override an automatically triggered mute.              log_text = await self.deactivate_infraction(active, notify=False)              if "Failure" in log_text:                  await ctx.send(  |