Fixing check

pull/8/head
sgoudham 5 years ago
parent beba880b7e
commit fac6447323

@ -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 not check: if check:
return return
else: else:

Loading…
Cancel
Save