|
@@ -42,7 +42,7 @@ namespace Discord.Commands |
|
|
{ |
|
|
{ |
|
|
CreateCommand("help") |
|
|
CreateCommand("help") |
|
|
.Parameter("command", ParameterType.Optional) |
|
|
.Parameter("command", ParameterType.Optional) |
|
|
.IsHidden() |
|
|
|
|
|
|
|
|
.Hide() |
|
|
.Info("Returns information about commands.") |
|
|
.Info("Returns information about commands.") |
|
|
.Do(async e => |
|
|
.Do(async e => |
|
|
{ |
|
|
{ |
|
|