Forgot "if not"

pull/8/head
sgoudham 4 years ago
parent 6d550d9c60
commit 319661ee96

@ -398,7 +398,7 @@ class Moderation(Cog):
Multiple Members can be banned at once
"""
if await check(ctx, members):
if not await check(ctx, members):
with ctx.typing():
# Send embed of the Banned member
await ban_members(ctx.message, members, reason)

Loading…
Cancel
Save