Skip to content

Commit

Permalink
mention which user received the welcome message
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper committed Aug 14, 2023
1 parent d11d016 commit dc4e6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const welcomeMessagePart2 = process.env.WELCOME_PART2;
});

respond({
text: 'Message sent to' + newUser[0],
text: 'Message sent to *' + newUser[1] + '*',
replace_original: true
});
} catch (error) {
Expand Down

0 comments on commit dc4e6bf

Please sign in to comment.