Updated radio command description

This commit is contained in:
Master Kwoth 2016-03-30 09:24:33 +02:00
parent 0d8598c845
commit 522ab4b389

View File

@ -303,7 +303,7 @@ namespace NadekoBot.Modules
});
cgb.CreateCommand("radio").Alias("ra")
.Description("Queues a direct radio stream from a link.")
.Description("Queues a radio stream from a link. It can be a direct mp3 radio stream, .m3u, .pls .asx or .xspf")
.Parameter("radio_link", ParameterType.Required)
.Do(async e =>
{