pokab renamed to pokeab #389

This commit is contained in:
Master Kwoth 2016-07-11 11:51:54 +02:00
parent 3bc636774f
commit f1b839337a

View File

@ -42,7 +42,7 @@ namespace NadekoBot.Modules.Searches.Commands
}); });
cgb.CreateCommand(Prefix + "pokemonability") cgb.CreateCommand(Prefix + "pokemonability")
.Alias(Prefix + "pokab") .Alias(Prefix + "pokeab")
.Description("Searches for a pokemon ability.") .Description("Searches for a pokemon ability.")
.Parameter("abil", ParameterType.Unparsed) .Parameter("abil", ParameterType.Unparsed)
.Do(async e => .Do(async e =>