Merge pull request #468 from nickago/MM-1848

Mm 1848 Add /echo command
Этот коммит содержится в:
Christopher Speller
2015-08-31 09:03:04 -04:00
родитель f55f7479f4 7578204352
Коммит 2384fe0c7b
3 изменённых файлов: 96 добавлений и 67 удалений

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

@@ -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:"-"`