From c1ffd8b57b2bfb6bda67dafa8daf452396d752d3 Mon Sep 17 00:00:00 2001 From: Ave but on a massive iMac Date: Tue, 8 Jun 2021 19:03:29 +0300 Subject: [PATCH] massban fixes --- cogs/mod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/mod.py b/cogs/mod.py index f976bab..d344fb4 100644 --- a/cogs/mod.py +++ b/cogs/mod.py @@ -290,7 +290,7 @@ class Mod(Cog): @commands.bot_has_permissions(ban_members=True) @commands.check(check_if_staff) @commands.command() - async def massban(self, ctx, targets: str): + async def massban(self, ctx, *, targets: str): """Bans users with their IDs, doesn't message them, staff only.""" targets_int = [int(target) for target in targets.strip().split(" ")] for target in targets_int: