Minor Fix to the Documentation in the Source of the ~osu b command

This commit is contained in:
AraHaan 2016-08-10 05:03:07 -05:00 committed by GitHub
parent bda684eb5d
commit f9d049c313

View File

@ -56,7 +56,7 @@ namespace NadekoBot.Modules.Searches.Commands
});
cgb.CreateCommand(Module.Prefix + "osu b")
.Description($"Shows information about an osu beatmap. |`{Prefix}osu b` https://osu.ppy.sh/s/127712")
.Description($"Shows information about an osu beatmap. |`{Prefix}osu b https://osu.ppy.sh/s/127712`")
.Parameter("map", ParameterType.Unparsed)
.Do(async e =>
{