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
Since switching to using a bot installed at the Org level in Slack, the call to bots.info requires the team_id of the bot/app when doing the look up. This is a follow on from #96
Since switching to using a bot installed at the Org level in Slack, the call to bots.info requires the team_id of the bot/app when doing the look up. This is a follow on from #96
https://api.slack.com/methods/bots.info - The team_id is required if using a org level token.
The only place I could see to grab this info was in https://github.com/errbotio/err-backend-slackv3/blob/main/src/slackv3/slackv3.py#L354 when we have all of the event_data from the event api. After that we only pass back the event (message).
I am working on a PR for the change what would grab the team_id from the event_data and pass that into the handers with a default of None.
The text was updated successfully, but these errors were encountered: