Skip to content

Commit

Permalink
Merge pull request #88 from Wat-Poods/update-welcome
Browse files Browse the repository at this point in the history
Edited text to make threading the response clearer
  • Loading branch information
themightychris authored Nov 5, 2022
2 parents d666e73 + 43ddc3b commit 4c07c41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
Emergence\Slack\API::request('chat.postMessage', [
'post' => [
'channel' => Emergence\Slack\API::getChannelId('general'),
'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:"
]
]);

0 comments on commit 4c07c41

Please sign in to comment.