We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6375b95 + 2517665 commit aa269f2Copy full SHA for aa269f2
1 file changed
slack.go
@@ -48,6 +48,7 @@ func StartSlackBot(cfg Config, db *sql.DB, api *slack.Client) error {
48
49
go func() {
50
for evt := range client.Events {
51
+ log.Printf("socket-mode event type=%s", evt.Type)
52
switch evt.Type {
53
case socketmode.EventTypeSlashCommand:
54
cmd, ok := evt.Data.(slack.SlashCommand)
0 commit comments