summaryrefslogtreecommitdiffstats
path: root/model
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-08-31 09:03:04 -0400
committerChristopher Speller <crspeller@gmail.com>2015-08-31 09:03:04 -0400
commit2384fe0c7b682aa9b97f2cd33b3bfa24a79b98c6 (patch)
tree6383568cbd3dbdbcbb0e8d5a868245c92a1199c0 /model
parentf55f7479f4fd6a8bdfc631143792881841247ab6 (diff)
parent757820435237b51f9e202a23274b46529acd41ec (diff)
downloadchat-2384fe0c7b682aa9b97f2cd33b3bfa24a79b98c6.tar.gz
chat-2384fe0c7b682aa9b97f2cd33b3bfa24a79b98c6.tar.bz2
chat-2384fe0c7b682aa9b97f2cd33b3bfa24a79b98c6.zip
Merge pull request #468 from nickago/MM-1848
Mm 1848 Add /echo command
Diffstat (limited to 'model')
-rw-r--r--model/command.go2
1 files changed, 1 insertions, 1 deletions
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:"-"`