slack-go / slack

Slack API in Go, originally by @nlopes; Maintainers needed, contact @parsley42
https://pkg.go.dev/github.com/slack-go/slack
BSD 2-Clause "Simplified" License
4.6k stars 1.11k forks source link

Can't handle AppMention events #1199

Closed matanmarciano closed 1 year ago

matanmarciano commented 1 year ago

Hey there! I am trying to listen to app_mention events by: socketmodeHandler.HandleEvents(slackevents.AppMention, middlewareAppMentionEvent)

I have this scope: app_mentions:read in my Slack app and I tried to mention the bot in some public channel and it's not working

What am I missing?