slack-go/slack

Can't handle AppMention events

matanmarciano opened this issue · 0 comments

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?