Browse Source

Change built in help

Finally removed the placeholders...
tags/docs-0.9
Googie2149 9 years ago
parent
commit
2ed49d2fd5
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Discord.Net.Commands/CommandService.cs

+ 2
- 2
src/Discord.Net.Commands/CommandService.cs View File

@@ -283,10 +283,10 @@ namespace Discord.Commands
output.Append($" [{param.Name}]");
break;
case ParameterType.Multiple:
output.Append(" [...]");
output.Append($" [{param.Name}]");
break;
case ParameterType.Unparsed:
output.Append(" [--]");
output.Append($" {param.Name}]");
break;
}
}


Loading…
Cancel
Save