mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-22 20:45:41 +00:00
massban fixes
This commit is contained in:
parent
cff5a3f80d
commit
c1ffd8b57b
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue