fixed space at the end breaking permissions commands

This commit is contained in:
Master Kwoth
2016-03-12 21:11:35 +01:00
parent 379f902230
commit 7631fa5408
2 changed files with 6 additions and 6 deletions

View File

@ -422,7 +422,7 @@ namespace NadekoBot.Modules {
.Parameter("module", ParameterType.Required)
.Parameter("bool", ParameterType.Required)
.Parameter("channel", ParameterType.Unparsed)
.Description("Sets permissions for all commands from a certain module at the role level.\n**Usage**: ;arc [module_name] [enable/disable] [channel_name]")
.Description("Sets permissions for all commands from a certain module at the role level.\n**Usage**: ;arc [module_name] [enable/disable] [role_name]")
.Do(async e => {
try {
var state = PermissionHelper.ValidateBool(e.GetArg("bool"));