diff options
author | 2020-10-18 09:29:34 +0300 | |
---|---|---|
committer | 2020-10-18 09:29:34 +0300 | |
commit | ea58222a5cfce295392bd5998b5968df89ddfeea (patch) | |
tree | 3d4d32849e4f6dfc96616caaf195d25af1933de2 | |
parent | Give user free pass when user don't have verified time in metricity (diff) |
Don't add Voice Verified role automatically back
-rw-r--r-- | bot/exts/moderation/infraction/infractions.py | 4 |
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, |