diff options
author | 2020-12-19 02:49:56 +0000 | |
---|---|---|
committer | 2020-12-19 02:49:56 +0000 | |
commit | 17e1ca32651ca9c16d94afc9987fecb80a2ea176 (patch) | |
tree | e2f6a84837f0614c25a9b1dc86097678b9092885 | |
parent | Lock Pipfile (diff) |
Fix linting errors
-rw-r--r-- | bot/exts/moderation/verification.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/moderation/verification.py b/bot/exts/moderation/verification.py index ad05888df..2b298950c 100644 --- a/bot/exts/moderation/verification.py +++ b/bot/exts/moderation/verification.py @@ -583,7 +583,6 @@ class Verification(Cog): @Cog.listener() async def on_member_update(self, before: discord.Member, after: discord.Member) -> None: """Check if we need to send a verification DM to a gated user.""" - if before.pending is True and after.pending is False: try: # If the member has not received a DM from our !accept command |