Update HelpCommand.cs

This commit is contained in:
Delicious-Flatbread 2016-03-22 19:22:45 -04:00
parent 0fd3492671
commit 5b4af23e93

View File

@ -90,7 +90,7 @@ Version: `{NadekoStats.Instance.BotVersion}`";
.Parameter("command", ParameterType.Unparsed)
.Do(DoFunc());
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())
.Do(DoGitFunc());
cgb.CreateCommand(Module.Prefix + "readme")