Skip to content

Commit

Permalink
feat(slack): more specific hello message request
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Aug 3, 2022
1 parent f8a9568 commit 0a40ddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions event-handlers/Emergence/Slack/team_join/general-welcome.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
Emergence\Slack\API::request('chat.postMessage', [
'post' => [
'channel' => Emergence\Slack\API::getChannelId('general'),
'text' => ":waving: Welcome, <@{$_EVENT['user']['id']}>! What are you hoping to get out of your time with Code for Philly?"
'text' => ":waving: Welcome, <@{$_EVENT['user']['id']}>! When you get the chance, please reply to this message in a thread to introduce yourself and mention anything you're hoping to get out of your time with Code for Philly"
]
]);
]);

0 comments on commit 0a40ddd

Please sign in to comment.