From 0fa1123a87669acfe258441b0c695ad309246a3f Mon Sep 17 00:00:00 2001 From: ErrorNoInternet Date: Wed, 1 Jan 2025 15:18:21 -0500 Subject: [PATCH] refactor(commands/voice/queue): remove shorthand flag from --now --- commands/voice.py | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/voice.py b/commands/voice.py index 228d2a2..504fd72 100644 --- a/commands/voice.py +++ b/commands/voice.py @@ -47,7 +47,6 @@ async def queue_or_play(message): help="remove all queued songs", ) parser.add_argument( - "-n", "--now", action="store_true", help="play the specified song immediately",