Added how to use for "!m ra", thanks PoPi

This commit is contained in:
Kwoth 2016-07-15 23:20:25 +02:00
parent 615240587a
commit 38b1ecc6da

View File

@ -385,7 +385,7 @@ namespace NadekoBot.Modules.Music
});
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 | `!m ra radio link here`")
.Description("Queues a radio stream from a link. It can be a direct mp3 radio stream, .m3u, .pls .asx or .xspf (Usage Video: <https://streamable.com/al54>) | `!m ra radio link here`")
.Parameter("radio_link", ParameterType.Required)
.Do(async e =>
{