Skip to content

Commit

Permalink
♻️ Add emoji, user tag to Slack message
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary authored Sep 7, 2020
1 parent a2f7712 commit 9d9ba89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const postToSlackDaily = async (
type: "section",
text: {
type: "mrkdwn",
text: `*RescueTime* summary for *${user}* for ${new Date(
text: `RescueTime *daily summary* for <@${user}> on ${new Date(
data.date
).toLocaleDateString("en-US", {
weekday: "long",
Expand Down Expand Up @@ -116,7 +116,7 @@ export const postToSlackWeekly = async (
type: "section",
text: {
type: "mrkdwn",
text: `*RescueTime* weekly summary for *${user}*`,
text: `⏰🗓 RescueTime *weekly summary* for <@${user}> the past week`,
},
},
{
Expand Down

0 comments on commit 9d9ba89

Please sign in to comment.