Skip to content

Commit 0a40ddd

Browse files
feat(slack): more specific hello message request
1 parent f8a9568 commit 0a40ddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

event-handlers/Emergence/Slack/team_join/general-welcome.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
Emergence\Slack\API::request('chat.postMessage', [
44
'post' => [
55
'channel' => Emergence\Slack\API::getChannelId('general'),
6-
'text' => ":waving: Welcome, <@{$_EVENT['user']['id']}>! What are you hoping to get out of your time with Code for Philly?"
6+
'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"
77
]
8-
]);
8+
]);

0 commit comments

Comments
 (0)