Features: Add reloadconfig and saveconfig to help text.

master
Marc Egerton 2020-05-25 23:00:57 +01:00
parent d3fe795079
commit a39dc5bcd4
1 changed files with 2 additions and 0 deletions

View File

@ -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"