diff --git a/features/misc.go b/features/misc.go index 5ff1fbb..8f0de11 100644 --- a/features/misc.go +++ b/features/misc.go @@ -306,6 +306,8 @@ func (f *Features) handleHelp(s *discordgo.Session, m *discordgo.MessageCreate) desc += "`ban` - Ban a specified user\n" desc += "`setconfig` - Manage the runtime configuration\n" desc += "`getconfig` - View the runtime configuration\n" + desc += "`reloadconfig` - Reload configuration from disk\n" + desc += "`saveconfig` - View the runtime configuration to disk\n" } desc += "\n\nAll commands are prefixed with `" + f.Config.CommandKey + "`\n"