From 99f5d3d338c1010ad2efd23f7dc31290f62e1e16 Mon Sep 17 00:00:00 2001 From: ErrorNoInternet Date: Tue, 31 Dec 2024 20:37:49 -0500 Subject: [PATCH] fix(commands/voice/queue): fix --remove-multiple --- commands/voice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: