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
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?
The global scope of
pyBotinapp.pymeans thatpyBot.clientwill 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?