From 3dab7c8ab0233b0a70677449843a1c18e8c11483 Mon Sep 17 00:00:00 2001 From: ErrorNoInternet Date: Wed, 1 Jan 2025 16:19:13 -0500 Subject: [PATCH] refactor(commands/voice/queue): tweak description --- commands/voice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/voice.py b/commands/voice.py index 504fd72..3c7280c 100644 --- a/commands/voice.py +++ b/commands/voice.py @@ -26,7 +26,7 @@ async def queue_or_play(message): "--volume", default=50, type=lambda v: arguments.range_type(v, min=0, max=150), - help="the volume level (0 - 150)", + help="the volume level (0 - 150) for the specified song", ) parser.add_argument( "-i",