Skip to content

Commit

Permalink
Merge branch 'main' into sj-add-slack-connect-event-types
Browse files Browse the repository at this point in the history
  • Loading branch information
srajiang authored Aug 10, 2021
2 parents 84b2678 + 4fff0f7 commit f3567ea
Show file tree
Hide file tree
Showing 3 changed files with 359 additions and 51 deletions.
2 changes: 0 additions & 2 deletions docs/_tutorials/getting_started_http.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ const { App } = require('@slack/bolt');
const app = new App({
token: process.env.SLACK_BOT_TOKEN,
signingSecret: process.env.SLACK_SIGNING_SECRET,
socketMode: true,
appToken: process.env.SLACK_APP_TOKEN
});

// Listens to incoming messages that contain "hello"
Expand Down
Loading

0 comments on commit f3567ea

Please sign in to comment.