Skip to content

Commit

Permalink
Add library to default channels
Browse files Browse the repository at this point in the history
  • Loading branch information
radioblahaj authored Sep 7, 2024
1 parent 251acf8 commit 0d258d9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,13 @@ receiver.router.get(

receiver.router.post('/slack-invite', require('./endpoints/slack-invite'))

const defaultChannels = ['lounge', 'scrapbook', 'ship', 'welcome']
const defaultChannels = [
'lounge',
'scrapbook',
'ship',
'welcome',
'library'
]

const getSuggestion = () => {
const suggestions = [
Expand Down

0 comments on commit 0d258d9

Please sign in to comment.