diff --git a/app.js b/app.js index 45edbcd..510e798 100644 --- a/app.js +++ b/app.js @@ -60,7 +60,8 @@ T.post('media/upload', { media_data: b64content }, function (err, data, response T.post('statuses/update', params, function (err, data, response) { console.log("Replied to Trump's Tweet with " + randomtrumpmessage) - }) + }), + T.post('statuses/update', {status: randomtrumpmessage + ' ' + trumptweeturl}, function (err, data, response) { console.log("Posted tweet with " + randomtrumpmessage) })