refactor(commands/voice/queue): remove shorthand flag from --now

This commit is contained in:
Ryan 2025-01-01 15:18:21 -05:00
parent 2f0e849c84
commit 0fa1123a87
Signed by: ErrorNoInternet
GPG Key ID: 2486BFB7B1E6A4A3

View File

@ -47,7 +47,6 @@ async def queue_or_play(message):
help="remove all queued songs", help="remove all queued songs",
) )
parser.add_argument( parser.add_argument(
"-n",
"--now", "--now",
action="store_true", action="store_true",
help="play the specified song immediately", help="play the specified song immediately",