From 19a48acfc60ffa3500360474362bb5c52c12f278 Mon Sep 17 00:00:00 2001 From: nickago Date: Mon, 17 Aug 2015 13:13:27 -0700 Subject: Created a /echo command that will post on the user's behalf after a specified amount of time --- model/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'model') diff --git a/model/command.go b/model/command.go index 23573205e..83243cc98 100644 --- a/model/command.go +++ b/model/command.go @@ -14,7 +14,7 @@ const ( type Command struct { Command string `json:"command"` - Response string `json:"reponse"` + Response string `json:"response"` GotoLocation string `json:"goto_location"` ChannelId string `json:"channel_id"` Suggest bool `json:"-"` -- cgit v1.2.3-1-g7c22