Skip to content

Commit c990314

Browse files
kelvintaywlRoach
authored andcommitted
fix typo about token access in auth.rst (#157)
1 parent 46b38e5 commit c990314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-src/auth.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ user access token instead of the top-level access token granted to your applicat
130130
131131
# Save the bot token to an environmental variable or to your data store
132132
# for later use
133-
os.environ["SLACK_USER_TOKEN"] = auth_response['user_access_token']
133+
os.environ["SLACK_USER_TOKEN"] = auth_response['access_token']
134134
os.environ["SLACK_BOT_TOKEN"] = auth_response['bot']['bot_access_token']
135135
136136
# Don't forget to let the user know that auth has succeeded!

0 commit comments

Comments
 (0)