botman / driver-slack

BotMan Slack Driver
MIT License
51 stars 54 forks source link

Bot not responding to mentions in channels #46

Open Lux589 opened 5 years ago

Lux589 commented 5 years ago

Hi Marcel,

I have set the appropriate permission scopes on the slack website for my bot to respond to mentions in channels.

Somehow when the app is mentioned by me in a channel it does not respond but when I send it a DM it does respond but not when I mention its name in the DM.

Also, I have installed the app into the workspace but it only responds to messages from my. What do other users have to do in order for them to be able to get responses from the bot?

wijourdil commented 5 years ago

I have the same issue, the bot is correctly answering for the event "message.im" but the "app_mention" event does not work.

I tried to log something on each method of my BotmanController, and for the "app_mention" event the constructor and the handle() method are called, but nothing else, not even the fallback.

Did you find something ?

gvanto commented 4 years ago

Yup got same issue here. I have tried the solution mentioned here but still not working: https://github.com/botman/botman/issues/365#issuecomment-315591550