Skip to content

Commit 4b1adce

Browse files
Merge pull request #89 from CodeForPhilly/develop
Release: v1.3.3
2 parents 0736fad + 4c07c41 commit 4b1adce

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)