Skip to content

Commit

Permalink
Merge pull request #3 from j-rewerts/add-dm-link
Browse files Browse the repository at this point in the history
Added scoreboard url.
  • Loading branch information
ashiazed authored Sep 7, 2019
2 parents af76f51 + 20107cf commit 4cbbd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class Bot {
receiver => {
this.sendToUser(
receiver,
"Congrats! You've been recognized for doing something great! Checkout the scoreboard here: "
`Congrats! You've been recognized for doing something great! Checkout the <${scoreboardUrl}|karma board>`
);
}
);
Expand Down

0 comments on commit 4cbbd50

Please sign in to comment.