You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: