grim/wasdead

Fix the help message for the help command
draft
2019-04-08, Gary Kramlich
c06bc2e462ed
Parents 3e3f0b135682
Children d8ef2fd9fc52
Fix the help message for the help command
--- a/discord/command_help.go Mon Apr 08 21:27:38 2019 -0700
+++ b/discord/command_help.go Mon Apr 08 23:38:13 2019 -0500
@@ -10,7 +10,7 @@
type commandHelp struct{}
func (cmd *commandHelp) Help() string {
- return "the amount of time the bot has been running"
+ return "Displays this help message"
}
func createField(name string, cmd Command) *discordgo.MessageEmbedField {