Update HelpModule.cs

This commit is contained in:
blitz4694 2016-07-26 11:59:22 +10:00 committed by GitHub
parent 22c2c23d3d
commit 7b1979e9bb

View File

@ -38,7 +38,7 @@ namespace NadekoBot.Modules.Help
cgb.CreateCommand(Prefix + "commands") cgb.CreateCommand(Prefix + "commands")
.Alias(".commands") .Alias(".commands")
.Description($"List all of the bot's commands from a certain module.") .Description("List all of the bot's commands from a certain module.")
.Parameter("module", ParameterType.Unparsed) .Parameter("module", ParameterType.Unparsed)
.Do(async e => .Do(async e =>
{ {