Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #408 from PanMan/patch-1
Browse files Browse the repository at this point in the history
Also keep app access_token
  • Loading branch information
Ben Brown authored Nov 7, 2016
2 parents 47ea1ef + 5fc0dff commit 9aab9b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/SlackBot.js
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ function Slackbot(configuration) {
token: auth.bot.bot_access_token,
user_id: auth.bot.bot_user_id,
createdBy: identity.user_id,
app_token: auth.access_token,
};
bot.configureRTM(team.bot);
slack_botkit.trigger('create_bot', [bot, team.bot]);
Expand Down

0 comments on commit 9aab9b6

Please sign in to comment.