Merge pull request #571 from mishimi/patch-3

Updating help text to fix typo
Этот коммит содержится в:
Joram Wilander
2015-09-02 20:14:31 -04:00
родитель 2c06ec89fe 0fc7457994
Коммит fb75b26409

Просмотреть файл

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