Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ericz99 committed Jan 2, 2019
1 parent d778f06 commit 8e6f6d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/notify/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ module.exports = function(headers, data, config) {
json: {
embeds: [
{
author: {
name: `${data.user.screen_name}`,
url: `https://twitter.com/${data.user.screen_name}`,
icon_url: `${data.user.profile_image_url}`
},
title: `Tweet from @${data.user.screen_name}`,
url: `https://twitter.com/${data.user.screen_name}/status/${
data.id_str
Expand Down

0 comments on commit 8e6f6d9

Please sign in to comment.