From 5848355443c6fc61948508d034d442c10926b082 Mon Sep 17 00:00:00 2001 From: Ethan M Date: Fri, 26 Jul 2019 16:06:36 -0400 Subject: [PATCH] Fix for Issue #10 --- internal/slack/slash.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/slack/slash.go b/internal/slack/slash.go index d5fe3fa..0bb33f8 100644 --- a/internal/slack/slash.go +++ b/internal/slack/slash.go @@ -41,6 +41,7 @@ type SlashCmd struct { Command string `schema:"command"` Text string `schema:"text"` ResponseURL string `schema:"response_url"` + TriggerID string `schema:"trigger_id"` } // Response returns the response to the given command.