fixed typo

This commit is contained in:
Master Kwoth 2016-06-12 15:11:51 +02:00
parent 0c6f67fac9
commit 84fe644db3
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ namespace NadekoBot.Modules.Administration.Commands
}); });
cgb.CreateCommand(Module.Prefix + "lsar") cgb.CreateCommand(Module.Prefix + "lsar")
.Description("Lits all self-assignable roles.") .Description("Lists all self-assignable roles.")
.Parameter("roles", ParameterType.Multiple) .Parameter("roles", ParameterType.Multiple)
.Do(async e => .Do(async e =>
{ {