refactor(commands/voice/queue): tweak description
This commit is contained in:
parent
d0ddb36812
commit
3dab7c8ab0
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user