typo, it actually queues up to 500.

This commit is contained in:
Master Kwoth 2016-07-07 16:43:18 +02:00
parent 8e91717241
commit 4cae7b88fe

View File

@ -275,7 +275,7 @@ namespace NadekoBot.Modules.Music
cgb.CreateCommand("playlist") cgb.CreateCommand("playlist")
.Alias("pl") .Alias("pl")
.Description("Queues up to 50 songs from a youtube playlist specified by a link, or keywords.\n**Usage**: `!m pl playlist link or name`") .Description("Queues up to 500 songs from a youtube playlist specified by a link, or keywords.\n**Usage**: `!m pl playlist link or name`")
.Parameter("playlist", ParameterType.Unparsed) .Parameter("playlist", ParameterType.Unparsed)
.Do(async e => .Do(async e =>
{ {