Slack-Python-Onboarding-Tutorial
Slack-Python-Onboarding-Tutorial copied to clipboard
Overwriting Slack Client when more than 1 team installs
trafficstars
The global scope of pyBot in app.py means that pyBot.client will always be authenticated for the last team to authenticate. Will this cause an issue if a user for team A if the bot is authenticated for team B?
I was wondering about that as well. @karishay does this app only work for 1 team?