mirror of https://github.com/hak5/scuzzy.git
Features: Add reloadconfig and saveconfig to help text.
parent
d3fe795079
commit
a39dc5bcd4
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue