Updating help text to fix typo

This commit is contained in:
mishimi
2015-09-02 17:06:22 -07:00
parent 2c06ec89fe
commit 0fc7457994

View File

@@ -154,7 +154,7 @@ func echoCommand(c *Context, command *model.Command) bool {
return true
} else if strings.Index(cmd, command.Command) == 0 {
command.AddSuggestion(&model.SuggestCommand{Suggestion: cmd, Description: "Echo back text from your account, /echo \"message\" [delay in seoncds]"})
command.AddSuggestion(&model.SuggestCommand{Suggestion: cmd, Description: "Echo back text from your account, /echo \"message\" [delay in seconds]"})
}
return false