Skip to content

Commit 4c07c41

Browse files
Merge pull request #88 from Wat-Poods/update-welcome
Edited text to make threading the response clearer
2 parents d666e73 + 43ddc3b commit 4c07c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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']}>! Please thread what are you hoping to get out of your time with Code for Philly:"
77
]
88
]);

0 commit comments

Comments
 (0)