diff --git a/commands/voice.py b/commands/voice.py index 75b1675..b9f9d08 100644 --- a/commands/voice.py +++ b/commands/voice.py @@ -104,7 +104,7 @@ async def queue_or_play(message): if q := args.remove_queuer: if q == queued.queuer: targets.append(queued) - if args.remove_multiple: + if not args.remove_multiple: targets = targets[:1] for target in targets: