From ab576c3b6fa8a775ed7e92faf641d304f7bd80f6 Mon Sep 17 00:00:00 2001 From: thewesker Date: Sat, 18 Jun 2016 23:35:08 -0400 Subject: [PATCH] lmao --- app.js | 2 +- config.json | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app.js b/app.js index 586975a..28b1fb6 100644 --- a/app.js +++ b/app.js @@ -122,7 +122,7 @@ T.post('media/upload', { media_data: b64content }, function (err, data, response }) } if (tweet.user.screen_name === 'DrJillStein') { - var b64content = fs.readFileSync('./pics/hulk.gif', { encoding: 'base64' }) + var b64content = fs.readFileSync('./pics/jill.gif', { encoding: 'base64' }) var jillmessages = session.object.jillmessages; var randomjillmessage = jillmessages[Math.floor(Math.random() * jillmessages.length)]; // first we must post the media to Twitter diff --git a/config.json b/config.json index 4d6350f..09dad0d 100644 --- a/config.json +++ b/config.json @@ -29,9 +29,7 @@ "No spoilers, please." ], "garymessages": [ - "Your tweets are as worthless as a vote for you.", - "You'll never be president.", - "No spoilers, please." + "You're an evil socialist statist. Write-in Austin Petersen!" ] }