We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d666e73 + 43ddc3b commit 4c07c41Copy full SHA for 4c07c41
event-handlers/Emergence/Slack/team_join/general-welcome.php
@@ -3,6 +3,6 @@
3
Emergence\Slack\API::request('chat.postMessage', [
4
'post' => [
5
'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?"
+ 'text' => ":waving: Welcome, <@{$_EVENT['user']['id']}>! Please thread what are you hoping to get out of your time with Code for Philly:"
7
]
8
]);
0 commit comments