Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add suggestion to join Senior+, Mid-level, Early-career private slack channels to VirtualCoffee.io slackbot welcome message #18

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions functions/slack-events/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@ function getWelcomeBlocks(user) {
text: ":computer: Our #co-working-room is a zoom room that's open all day, every day for members to quietly work, pair on solving problems, or just say hello.",
},
},
{
type: 'section',
text: {
type: 'mrkdwn',
text: ":pencil: We have three private channels — Senior+, Mid-level, Early-career — for peer-to-peer conversation to support and nurture conversations specific to your career level. If you’d like join one, then reach out to Meg. If you need help choosing between channels, send a DM to Meg and you can discuss it together.",
},
},
{
type: 'section',
text: {
Expand Down