From fb1dc0beabde4c59f8986c366001867b1f2d2628 Mon Sep 17 00:00:00 2001 From: Talor Berthelson Date: Tue, 28 Jun 2016 02:27:33 -0400 Subject: [PATCH] lol --- app.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app.js b/app.js index 510e798..9d6a466 100644 --- a/app.js +++ b/app.js @@ -60,13 +60,15 @@ 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) }) - } - } + + }) }) }