Update slack vendor to master (#958)

This commit is contained in:
Wim
2019-12-07 22:54:36 +01:00
committed by GitHub
parent 173a38a374
commit f43faf15f8
20 changed files with 263 additions and 60 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ type Msg struct {
const (
// ResponseTypeInChannel in channel response for slash commands.
ResponseTypeInChannel = "in_channel"
// ResponseTypeEphemeral ephemeral respone for slash commands.
// ResponseTypeEphemeral ephemeral response for slash commands.
ResponseTypeEphemeral = "ephemeral"
)