test usage

This commit is contained in:
cameron reuter 2016-07-29 04:40:44 +10:00
parent 968c5ad388
commit 96359a38bf

View File

@ -196,7 +196,7 @@ namespace NadekoBot.Modules.Pokemon
cgb.CreateCommand(Prefix + "movelist") cgb.CreateCommand(Prefix + "movelist")
.Alias(Prefix + "ml") .Alias(Prefix + "ml")
.Description("Lists the moves you are able to use") .Description($"Lists the moves you are able to use | `{Prefix}ml`")
.Do(async e => .Do(async e =>
{ {
var userType = GetPokeType(e.User.Id); var userType = GetPokeType(e.User.Id);