Skip to content

Commit 43ddc3b

Browse files
author
Pat
committed
Edited text to make threading the response clearer
1 parent d666e73 commit 43ddc3b

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)