better xp
This commit is contained in:
parent
26c9005034
commit
6dce6de9e6
@ -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 =>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user