Created a /echo command that will post on the user's behalf after

a specified amount of time
Этот коммит содержится в:
nickago
2015-08-17 13:13:27 -07:00
родитель 70da0dbec6
Коммит 19a48acfc6
2 изменённых файлов: 41 добавлений и 66 удалений

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

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