We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7116262 commit de5a206Copy full SHA for de5a206
1 file changed
example/example.py
@@ -57,7 +57,7 @@ def thanks():
57
team_name = auth_response.get("team_name")
58
bot_token = auth_response["bot"].get("bot_access_token")
59
60
- # Create a SlackClient for your bot to respond to use for Web API requests
+ # Create a SlackClient for your bot to use for Web API requests
61
CLIENTS[team_id] = SlackClient(bot_token)
62
return "Your app has been installed on <b>%s</b>" % team_name
63
0 commit comments