Commandlist update, description fixes

This commit is contained in:
Master Kwoth
2016-05-03 03:11:53 +02:00
parent bfa4622c4f
commit cb63a9b078
2 changed files with 15 additions and 9 deletions

View File

@ -264,7 +264,7 @@ namespace NadekoBot.Modules.Music
});
cgb.CreateCommand("pl")
.Description("Queues up to 25 songs from a youtube playlist specified by a link, or keywords.\n**Usage**: `!m pl playlist link or name`")
.Description("Queues up to 50 songs from a youtube playlist specified by a link, or keywords.\n**Usage**: `!m pl playlist link or name`")
.Parameter("playlist", ParameterType.Unparsed)
.Do(async e =>
{
@ -294,7 +294,7 @@ namespace NadekoBot.Modules.Music
});
cgb.CreateCommand("lopl")
.Description("Queues up to 50 songs from a directory. **Owner Only!**\n**Usage**: `!m lopl C:/music/classical`")
.Description("Queues all songs from a directory. **Owner Only!**\n**Usage**: `!m lopl C:/music/classical`")
.Parameter("directory", ParameterType.Unparsed)
.AddCheck(SimpleCheckers.OwnerOnly())
.Do(async e =>