bugfixes and slash command implementation

This commit is contained in:
da
2016-04-24 14:20:20 +02:00
parent ea2a1f2627
commit cb592edddf
3 changed files with 23 additions and 7 deletions
+2
View File
@@ -24,6 +24,8 @@ type WebhookPayload struct {
TriggerWord string `json:"trigger_word"`
UserID string `json:"user_id"`
UserName string `json:"user_name"`
Command string `json:"command"`
ResponseURL string `json:"response_url"`
}
var (