Fixing check

pull/8/head
sgoudham 4 years ago
parent fac6447323
commit 61949d5108

@ -32,7 +32,7 @@ class Verification(commands.Cog):
return m == self.bot return m == self.bot
# If the member is not a user, do nothing # If the member is not a user, do nothing
if check: if not check:
return return
else: else:

Loading…
Cancel
Save