From a39dc5bcd4a757b0a0b0a69cf748a8efc7c76e81 Mon Sep 17 00:00:00 2001 From: Marc Egerton Date: Mon, 25 May 2020 23:00:57 +0100 Subject: [PATCH] Features: Add reloadconfig and saveconfig to help text. --- features/misc.go | 2 ++ 1 file changed, 2 insertions(+) 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"