aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/moderation/infraction/infractions.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/bot/exts/moderation/infraction/infractions.py b/bot/exts/moderation/infraction/infractions.py
index 2ccb1ca97..fc01eee9e 100644
--- a/bot/exts/moderation/infraction/infractions.py
+++ b/bot/exts/moderation/infraction/infractions.py
@@ -428,10 +428,6 @@ class Infractions(InfractionScheduler, commands.Cog):
log_text = {}
if user:
- # Add Voice Verified role back to user.
- self.mod_log.ignore(Event.member_update, user.id)
- await user.add_roles(self._voice_verified_role, reason=reason)
-
# DM user about infraction expiration
notified = await _utils.notify_pardon(
user=user,