Update HelpCommand.cs
This commit is contained in:
parent
0fd3492671
commit
5b4af23e93
@ -90,7 +90,7 @@ Version: `{NadekoStats.Instance.BotVersion}`";
|
|||||||
.Parameter("command", ParameterType.Unparsed)
|
.Parameter("command", ParameterType.Unparsed)
|
||||||
.Do(DoFunc());
|
.Do(DoFunc());
|
||||||
cgb.CreateCommand(Module.Prefix + "hgit")
|
cgb.CreateCommand(Module.Prefix + "hgit")
|
||||||
.Description("OWNER ONLY commandlist.md file generation.")
|
.Description("Generates the commandlist.md file. **Owner Only!**")
|
||||||
.AddCheck(Classes.Permissions.SimpleCheckers.OwnerOnly())
|
.AddCheck(Classes.Permissions.SimpleCheckers.OwnerOnly())
|
||||||
.Do(DoGitFunc());
|
.Do(DoGitFunc());
|
||||||
cgb.CreateCommand(Module.Prefix + "readme")
|
cgb.CreateCommand(Module.Prefix + "readme")
|
||||||
|
Loading…
Reference in New Issue
Block a user