better xp

This commit is contained in:
Master Kwoth 2016-04-26 10:42:01 +02:00
parent 26c9005034
commit 6dce6de9e6

View File

@ -125,7 +125,7 @@ namespace NadekoBot.Modules.Administration
cgb.CreateCommand(Prefix + "rar").Alias(Prefix + "removeallroles") cgb.CreateCommand(Prefix + "rar").Alias(Prefix + "removeallroles")
.Description("Removes all roles from a mentioned user.\n**Usage**: .rar @User") .Description("Removes all roles from a mentioned user.\n**Usage**: .rar @User")
.Parameter("user_name", ParameterType.Required) .Parameter("user_name", ParameterType.Unparsed)
.AddCheck(SimpleCheckers.CanManageRoles) .AddCheck(SimpleCheckers.CanManageRoles)
.Do(async e => .Do(async e =>
{ {