From 472ab614a2b7bc9678d124dcd50cb5f3995678a0 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Sat, 2 Apr 2016 16:06:48 +0200 Subject: [PATCH] commandlist fixy --- NadekoBot/Modules/Music.cs | 4 ++-- commandlist.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NadekoBot/Modules/Music.cs b/NadekoBot/Modules/Music.cs index ceae49c3..4a974c42 100644 --- a/NadekoBot/Modules/Music.cs +++ b/NadekoBot/Modules/Music.cs @@ -258,7 +258,7 @@ namespace NadekoBot.Modules }); cgb.CreateCommand("pl") - .Description("Queues up to 25 songs from a youtube playlist specified by a link, or keywords.\n**Usage**: `!m pl youtube_playlist_link_or_name`") + .Description("Queues up to 25 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 => { @@ -306,7 +306,7 @@ namespace NadekoBot.Modules }); cgb.CreateCommand("radio").Alias("ra") - .Description("Queues a radio stream from a link. It can be a direct mp3 radio stream, .m3u, .pls .asx or .xspf\n**Usage**: `!m ra `") + .Description("Queues a radio stream from a link. It can be a direct mp3 radio stream, .m3u, .pls .asx or .xspf\n**Usage**: `!m ra radio link here`") .Parameter("radio_link", ParameterType.Required) .Do(async e => { diff --git a/commandlist.md b/commandlist.md index f64b6522..cc53b4a6 100644 --- a/commandlist.md +++ b/commandlist.md @@ -2,7 +2,7 @@ ######You can donate on paypal: `nadekodiscordbot@gmail.com` or Bitcoin `17MZz1JAqME39akMLrVT4XBPffQJ2n1EPa` #NadekoBot List Of Commands -Version: `NadekoBot v0.9.5936.28417` +Version: `NadekoBot v0.9.5936.28974` ### Administration Command and aliases | Description | Usage ----------------|--------------|------- @@ -208,9 +208,9 @@ Command and aliases | Description | Usage `!m max` | Sets the music volume to 100% (real max is actually 150%). | `!m max` `!m half` | Sets the music volume to 50%. | `!m half` `!m sh` | Shuffles the current playlist. | `!m sh` -`!m pl` | Queues up to 25 songs from a youtube playlist specified by a link, or keywords. | `!m pl youtube_playlist_link_or_name` +`!m pl` | Queues up to 25 songs from a youtube playlist specified by a link, or keywords. | `!m pl playlist link or name` `!m lopl` | Queues up to 50 songs from a directory. **Owner Only!** | `!m lopl C:/music/classical` -`!m radio`, `!m ra` | Queues a radio stream from a link. It can be a direct mp3 radio stream, .m3u, .pls .asx or .xspf | `!m ra ` +`!m radio`, `!m ra` | Queues a radio stream from a link. It can be a direct mp3 radio stream, .m3u, .pls .asx or .xspf | `!m ra radio link here` `!m lo` | Queues a local file by specifying a full path. **Owner Only!** | `!m ra C:/music/mysong.mp3` `!m mv` | Moves the bot to your voice channel. (works only if music is already playing) | `!m mv` `!m rm` | Remove a song by its # in the queue, or 'all' to remove whole queue. | `!m rm 5`