From 7776ebf3f52672c5586a2fe9592d7367403693f5 Mon Sep 17 00:00:00 2001 From: Talor Berthelson Date: Tue, 28 Jun 2016 02:23:52 -0400 Subject: [PATCH] lol --- app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) })