Skip to content

Commit

Permalink
Update controller.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sampoder authored Jul 7, 2023
1 parent a757bd0 commit 29f8bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const controller = new Botkit.slackbot({
clientSecret: process.env.SLACK_CLIENT_SECRET,
clientSigningSecret: process.env.SLACK_CLIENT_SIGNING_SECRET,
scopes: ['bot', 'chat:write:bot'],
storage: redisStorage({ url: process.env.REDISCLOUD_URL }),
storage: redisStorage({ url: process.env.REDISCLOUD }),
})

export const initBot = (admin = false) =>
Expand Down

0 comments on commit 29f8bae

Please sign in to comment.