fixed spelling error

This commit is contained in:
Master Kwoth
2016-05-23 00:08:12 +02:00
parent 59fc0d24a2
commit 0855fa3022
2 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ namespace NadekoBot.Modules.Administration.Commands
cgb.CreateCommand(Prefix + "deletecustomreaction")
.Alias(Prefix + "dcr")
.Description("Deletes a custome reaction with given name (and index)")
.Description("Deletes a custom reaction with given name (and index)")
.Parameter("name", ParameterType.Required)
.Parameter("index", ParameterType.Optional)
.AddCheck(SimpleCheckers.OwnerOnly())